Class: Atlasq::Command::Options

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#argsObject

Returns the value of attribute args

Returns:

  • (Object)

    the current value of args



16
17
18
# File 'lib/atlasq/command.rb', line 16

def args
  @args
end

#commandObject

Returns the value of attribute command

Returns:

  • (Object)

    the current value of command



16
17
18
# File 'lib/atlasq/command.rb', line 16

def command
  @command
end