Class: HammerCLIForeman::CreateCommand

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

Class Method Summary collapse

Methods inherited from WriteCommand

#request_headers, #send_request

Class Method Details

.command_name(name = nil) ⇒ Object



141
142
143
# File 'lib/hammer_cli_foreman/commands.rb', line 141

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