Class: Wavesync::Commands::Option
- Inherits:
-
Struct
- Object
- Struct
- Wavesync::Commands::Option
- Defined in:
- lib/wavesync/commands.rb
Instance Attribute Summary collapse
-
#description ⇒ Object
Returns the value of attribute description.
-
#long ⇒ Object
Returns the value of attribute long.
-
#short ⇒ Object
Returns the value of attribute short.
Instance Attribute Details
#description ⇒ Object
Returns the value of attribute description
6 7 8 |
# File 'lib/wavesync/commands.rb', line 6 def description @description end |
#long ⇒ Object
Returns the value of attribute long
6 7 8 |
# File 'lib/wavesync/commands.rb', line 6 def long @long end |
#short ⇒ Object
Returns the value of attribute short
6 7 8 |
# File 'lib/wavesync/commands.rb', line 6 def short @short end |