Class: Main::ActionWithArgs
- Inherits:
-
Struct
- Object
- Struct
- Main::ActionWithArgs
- Defined in:
- lib/chid/main.rb
Instance Attribute Summary collapse
-
#action ⇒ Object
Returns the value of attribute action.
-
#args ⇒ Object
Returns the value of attribute args.
Instance Attribute Details
#action ⇒ Object
Returns the value of attribute action
3 4 5 |
# File 'lib/chid/main.rb', line 3 def action @action end |
#args ⇒ Object
Returns the value of attribute args
3 4 5 |
# File 'lib/chid/main.rb', line 3 def args @args end |