Class: HammerCLIForeman::CreateCommand
- Inherits:
-
WriteCommand
- Object
- HammerCLI::Apipie::WriteCommand
- WriteCommand
- HammerCLIForeman::CreateCommand
- Defined in:
- lib/hammer_cli_foreman/commands.rb
Direct Known Subclasses
Architecture::CreateCommand, HammerCLIForeman::ComputeResource::CreateCommand, Domain::CreateCommand, Environment::CreateCommand, Host::CreateCommand, Hostgroup::CreateCommand, Image::CreateCommand, Location::CreateCommand, Medium::CreateCommand, Model::CreateCommand, OperatingSystem::CreateCommand, Organization::CreateCommand, PartitionTable::CreateCommand, SmartProxy::CreateCommand, Subnet::CreateCommand, Template::CreateCommand, User::CreateCommand
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 |