Method: Climate::Command.set_name

Defined in:
lib/climate/command.rb

.set_name(command_name) ⇒ Object

Set the name of this command, use if you don’t want to use the class function to define your command



105
106
107
# File 'lib/climate/command.rb', line 105

def set_name(command_name)
  @name = command_name
end