Method: CommandMapper::Command#command_name
- Defined in:
- lib/command_mapper/command.rb
#command_name ⇒ String (readonly)
The command name.
20 21 22 |
# File 'lib/command_mapper/command.rb', line 20 def command_name @command_name end |