Method: CommandMapper::Command#command_path

Defined in:
lib/command_mapper/command.rb

#command_pathString? (readonly)

The optional path to the command.

Returns:

  • (String, nil)
[View source]

25
26
27
# File 'lib/command_mapper/command.rb', line 25

def command_path
  @command_path
end