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



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

def description
  @description
end

#longObject

Returns the value of attribute long

Returns:

  • (Object)

    the current value of long



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

def long
  @long
end

#shortObject

Returns the value of attribute short

Returns:

  • (Object)

    the current value of short



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

def short
  @short
end