Class: Wavesync::Commands::Subcommand

Inherits:
Struct
  • Object
show all
Defined in:
lib/wavesync/commands.rb

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionObject

Returns the value of attribute description

Returns:

  • (Object)

    the current value of description



6
7
8
# File 'lib/wavesync/commands.rb', line 6

def description
  @description
end

#usageObject

Returns the value of attribute usage

Returns:

  • (Object)

    the current value of usage



6
7
8
# File 'lib/wavesync/commands.rb', line 6

def usage
  @usage
end