Class: HammerCLIForeman::CreateCommand

Inherits:
WriteCommand
  • Object
show all
Defined in:
lib/hammer_cli_foreman/commands.rb

Class Method Summary collapse

Methods inherited from WriteCommand

#send_request, #success_message_params

Class Method Details

.command_name(name = nil) ⇒ Object



114
115
116
# File 'lib/hammer_cli_foreman/commands.rb', line 114

def self.command_name(name=nil)
  super(name) || "create"
end