Class: Menilite::Controller::ActionInfo
- Inherits:
-
Struct
- Object
- Struct
- Menilite::Controller::ActionInfo
- Defined in:
- lib/menilite/controller.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
31 32 33 |
# File 'lib/menilite/controller.rb', line 31 def args @args end |
#name ⇒ Object
Returns the value of attribute name
31 32 33 |
# File 'lib/menilite/controller.rb', line 31 def name @name end |
#options ⇒ Object
Returns the value of attribute options
31 32 33 |
# File 'lib/menilite/controller.rb', line 31 def @options end |