Class: TriggersNlp
Instance Attribute Summary collapse
-
#to_type ⇒ Object
readonly
Returns the value of attribute to_type.
Instance Method Summary collapse
-
#initialize ⇒ TriggersNlp
constructor
A new instance of TriggersNlp.
Constructor Details
#initialize ⇒ TriggersNlp
Returns a new instance of TriggersNlp.
195 196 197 198 199 200 201 202 203 204 |
# File 'lib/macrohub.rb', line 195 def initialize() super() params = {} puts 'inside Trigger' puts 'params: ' + params.inspect triggers(params) end |
Instance Attribute Details
#to_type ⇒ Object (readonly)
Returns the value of attribute to_type.
193 194 195 |
# File 'lib/macrohub.rb', line 193 def to_type @to_type end |