Class: RubynCode::CLI::InputHandler::Command
- Inherits:
-
Data
- Object
- Data
- RubynCode::CLI::InputHandler::Command
- Defined in:
- lib/rubyn_code/cli/input_handler.rb
Instance Attribute Summary collapse
-
#action ⇒ Object
readonly
Returns the value of attribute action.
-
#args ⇒ Object
readonly
Returns the value of attribute args.
Instance Attribute Details
#action ⇒ Object (readonly)
Returns the value of attribute action
14 15 16 |
# File 'lib/rubyn_code/cli/input_handler.rb', line 14 def action @action end |
#args ⇒ Object (readonly)
Returns the value of attribute args
14 15 16 |
# File 'lib/rubyn_code/cli/input_handler.rb', line 14 def args @args end |