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
5 6 7 |
# File 'lib/wavesync/commands.rb', line 5 def description @description end |
#long ⇒ Object
Returns the value of attribute long
5 6 7 |
# File 'lib/wavesync/commands.rb', line 5 def long @long end |
#short ⇒ Object
Returns the value of attribute short
5 6 7 |
# File 'lib/wavesync/commands.rb', line 5 def short @short end |