Class: Wavesync::Commands::Option

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

#longObject

Returns the value of attribute long

Returns:

  • (Object)

    the current value of long



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

def long
  @long
end

#shortObject

Returns the value of attribute short

Returns:

  • (Object)

    the current value of short



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

def short
  @short
end