Method: CommandMapper::Command#command_name

Defined in:
lib/command_mapper/command.rb

#command_nameString (readonly)

The command name.

Returns:

  • (String)


20
21
22
# File 'lib/command_mapper/command.rb', line 20

def command_name
  @command_name
end