Class: Menilite::Model::ActionInfo
- Inherits:
-
Struct
- Object
- Struct
- Menilite::Model::ActionInfo
- Defined in:
- lib/menilite/model.rb
Instance Attribute Summary collapse
-
#args ⇒ Object
Returns the value of attribute args.
-
#name ⇒ Object
Returns the value of attribute name.
-
#options ⇒ Object
Returns the value of attribute options.
Instance Attribute Details
#args ⇒ Object
Returns the value of attribute args
247 248 249 |
# File 'lib/menilite/model.rb', line 247 def args @args end |
#name ⇒ Object
Returns the value of attribute name
247 248 249 |
# File 'lib/menilite/model.rb', line 247 def name @name end |
#options ⇒ Object
Returns the value of attribute options
247 248 249 |
# File 'lib/menilite/model.rb', line 247 def @options end |