Class: HammerCLIForeman::Hostgroup::PuppetClassesCommand
- Inherits:
-
ListCommand
- Object
- HammerCLI::Apipie::ReadCommand
- ListCommand
- HammerCLIForeman::Hostgroup::PuppetClassesCommand
show all
- Defined in:
- lib/hammer_cli_foreman/hostgroup.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
92
93
94
95
96
|
# File 'lib/hammer_cli_foreman/hostgroup.rb', line 92
def request_params
params = method_options
params['hostgroup_id'] = get_identifier[0]
params
end
|