struct TriggerConditions

Included Modules

Defined in:

slack_extensions/trigger_conditions.cr

Constant Summary

ASSIGNED_TYPES = [field : String, value : String] of TypeDeclaration

Constructors

Class Method Summary

Instance Method Summary

Constructor Detail

def self.new(field : String, value : String) #

def self.new(pull : JSON::PullParser) #

[View source]

Class Method Detail

def self.adapter #

[View source]

Instance Method Detail

def field : String #

def field=(field : String) #

def value : String #

def value=(value : String) #