Class: HammerCLIForeman::Image::AvailableImagesCommand
- Inherits:
-
ListCommand
- Object
- HammerCLI::Apipie::ReadCommand
- ListCommand
- HammerCLIForeman::Image::AvailableImagesCommand
- Includes:
- ComputeResourceOptions
- Defined in:
- lib/hammer_cli_foreman/image.rb
Constant Summary
Constants inherited from ListCommand
Instance Method Summary collapse
Methods included from ComputeResourceOptions
Methods inherited from ListCommand
#adapter, command_name, #execute, #extend_data, #retrieve_data
Instance Method Details
#request_params ⇒ Object
83 84 85 86 87 |
# File 'lib/hammer_cli_foreman/image.rb', line 83 def request_params params = super params['id'] = option_compute_resource_id || option_compute_resource params end |