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



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

def description
  @description
end

#usageObject

Returns the value of attribute usage

Returns:

  • (Object)

    the current value of usage



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

def usage
  @usage
end