Class: HammerCLIForeman::Host::PuppetClassesCommand

Inherits:
AssociatedResourceListCommand 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 AssociatedResourceListCommand

create_option_builder, parent_resource, #parent_resource, #request_params

Methods inherited from ListCommand

#adapter, command_name, #execute, #extend_data

Methods inherited from Command

build_options, connection_name, create_option_builder, #customized_options, #dependency_resolver, dependency_resolver, #get_identifier, #get_resource_id, #request_params, #resolver, resolver, resource_config, resource_name_mapping, searchables, #searchables

Instance Method Details

#send_requestObject



300
301
302
# File 'lib/hammer_cli_foreman/host.rb', line 300

def send_request
  HammerCLIForeman::PuppetClass::ListCommand.unhash_classes(super)
end