Method: CommandKit::Options::Option#value

Defined in:
lib/command_kit/options/option.rb

#valueOptionValue? (readonly)

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.

The option value's type.

Returns:



36
37
38
# File 'lib/command_kit/options/option.rb', line 36

def value
  @value
end