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