Class: Evilution::CLI::Parser::CommandExtractor::Result

Inherits:
Struct
  • Object
show all
Defined in:
lib/evilution/cli/parser/command_extractor.rb

Instance Attribute Summary collapse

Instance Attribute Details

#commandObject

Returns the value of attribute command

Returns:

  • (Object)

    the current value of command



22
23
24
# File 'lib/evilution/cli/parser/command_extractor.rb', line 22

def command
  @command
end

#parse_errorObject

Returns the value of attribute parse_error

Returns:

  • (Object)

    the current value of parse_error



22
23
24
# File 'lib/evilution/cli/parser/command_extractor.rb', line 22

def parse_error
  @parse_error
end

#remaining_argvObject

Returns the value of attribute remaining_argv

Returns:

  • (Object)

    the current value of remaining_argv



22
23
24
# File 'lib/evilution/cli/parser/command_extractor.rb', line 22

def remaining_argv
  @remaining_argv
end