Class: Evilution::CLI::Parser::CommandExtractor::Result
- Inherits:
-
Struct
- Object
- Struct
- Evilution::CLI::Parser::CommandExtractor::Result
- Defined in:
- lib/evilution/cli/parser/command_extractor.rb
Instance Attribute Summary collapse
-
#command ⇒ Object
Returns the value of attribute command.
-
#parse_error ⇒ Object
Returns the value of attribute parse_error.
-
#remaining_argv ⇒ Object
Returns the value of attribute remaining_argv.
Instance Attribute Details
#command ⇒ Object
Returns the value of attribute command
22 23 24 |
# File 'lib/evilution/cli/parser/command_extractor.rb', line 22 def command @command end |
#parse_error ⇒ Object
Returns the value of attribute parse_error
22 23 24 |
# File 'lib/evilution/cli/parser/command_extractor.rb', line 22 def parse_error @parse_error end |
#remaining_argv ⇒ Object
Returns the value of attribute remaining_argv
22 23 24 |
# File 'lib/evilution/cli/parser/command_extractor.rb', line 22 def remaining_argv @remaining_argv end |