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
26 27 28 |
# File 'lib/menilite/controller.rb', line 26 def args @args end |
#name ⇒ Object
Returns the value of attribute name
26 27 28 |
# File 'lib/menilite/controller.rb', line 26 def name @name end |
#options ⇒ Object
Returns the value of attribute options
26 27 28 |
# File 'lib/menilite/controller.rb', line 26 def @options end |