Class: ActionsNlp
Instance Method Summary collapse
-
#initialize ⇒ ActionsNlp
constructor
A new instance of ActionsNlp.
Constructor Details
#initialize ⇒ ActionsNlp
Returns a new instance of ActionsNlp.
230 231 232 233 234 235 236 237 |
# File 'lib/macrohub.rb', line 230 def initialize() super() params = {} actions(params) end |