Class: Atlasq::Command::Options
- Inherits:
-
Struct
- Object
- Struct
- Atlasq::Command::Options
- Defined in:
- lib/atlasq/command.rb
Overview
Instance Attribute Summary collapse
-
#args ⇒ Object
Returns the value of attribute args.
-
#command ⇒ Object
Returns the value of attribute command.
Instance Attribute Details
#args ⇒ Object
Returns the value of attribute args
16 17 18 |
# File 'lib/atlasq/command.rb', line 16 def args @args end |
#command ⇒ Object
Returns the value of attribute command
16 17 18 |
# File 'lib/atlasq/command.rb', line 16 def command @command end |