Class: TriggersNlp

Inherits:
Object
  • Object
show all
Includes:
AppRoutes
Defined in:
lib/macrohub.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeTriggersNlp

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_typeObject (readonly)

Returns the value of attribute to_type.



193
194
195
# File 'lib/macrohub.rb', line 193

def to_type
  @to_type
end