Class: HammerCLIKatello::ActivationKeyCommand::AddSubscriptionCommand
- Inherits:
-
UpdateCommand
- Object
- HammerCLIForeman::UpdateCommand
- UpdateCommand
- HammerCLIKatello::ActivationKeyCommand::AddSubscriptionCommand
- Defined in:
- lib/hammer_cli_katello/activation_key.rb
Instance Method Summary collapse
Methods included from ResolverCommons
Instance Method Details
#request_params ⇒ Object
138 139 140 141 142 143 144 |
# File 'lib/hammer_cli_katello/activation_key.rb', line 138 def request_params { 'activation_key_id' => option_id, 'id' => option_subscription_id, 'quantity' => option_quantity } end |