Class: HammerCLIForeman::Host::PuppetClassesCommand
- Inherits:
-
ListCommand
- Object
- HammerCLI::Apipie::ReadCommand
- ListCommand
- HammerCLIForeman::Host::PuppetClassesCommand
show all
- Defined in:
- lib/hammer_cli_foreman/host.rb
Constant Summary
Constants inherited
from ListCommand
ListCommand::DEFAULT_PER_PAGE
Instance Method Summary
collapse
Methods inherited from ListCommand
#adapter, command_name, #execute, #extend_data
Instance Method Details
#request_params ⇒ Object
268
269
270
271
272
|
# File 'lib/hammer_cli_foreman/host.rb', line 268
def request_params
params = method_options
params['host_id'] = get_identifier[0]
params
end
|