Method: CommandKit::Options::Option#name

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

#nameSymbol (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's name.

Returns:

  • (Symbol)


21
22
23
# File 'lib/command_kit/options/option.rb', line 21

def name
  @name
end