Class: Command::Result

Inherits:
Struct
  • Object
show all
Defined in:
lib/command/result.rb

Instance Attribute Summary collapse

Instance Attribute Details

#argumentsObject

Returns the value of attribute arguments

Returns:

  • (Object)

    the current value of arguments



10
11
12
# File 'lib/command/result.rb', line 10

def arguments
  @arguments
end

#commandObject

Returns the value of attribute command

Returns:

  • (Object)

    the current value of command



10
11
12
# File 'lib/command/result.rb', line 10

def command
  @command
end

#optionsObject

Returns the value of attribute options

Returns:

  • (Object)

    the current value of options



10
11
12
# File 'lib/command/result.rb', line 10

def options
  @options
end