Class: Command::Result
- Inherits:
-
Struct
- Object
- Struct
- Command::Result
- Defined in:
- lib/command/result.rb
Instance Attribute Summary collapse
-
#arguments ⇒ Object
Returns the value of attribute arguments.
-
#command ⇒ Object
Returns the value of attribute command.
-
#options ⇒ Object
Returns the value of attribute options.
Instance Attribute Details
#arguments ⇒ Object
Returns the value of attribute arguments
10 11 12 |
# File 'lib/command/result.rb', line 10 def arguments @arguments end |
#command ⇒ Object
Returns the value of attribute command
10 11 12 |
# File 'lib/command/result.rb', line 10 def command @command end |
#options ⇒ Object
Returns the value of attribute options
10 11 12 |
# File 'lib/command/result.rb', line 10 def @options end |