Class: HammerCLIKatello::HostSubscription::ContentOverrideCommand
- Inherits:
-
ContentOverrideBase::ContentOverrideCommand
- Object
- HammerCLIForeman::SingleResourceCommand
- SingleResourceCommand
- ContentOverrideBase::ContentOverrideCommand
- HammerCLIKatello::HostSubscription::ContentOverrideCommand
- Defined in:
- lib/hammer_cli_katello/host_subscription.rb
Instance Method Summary collapse
Methods inherited from ContentOverrideBase::ContentOverrideCommand
Methods included from ResolverCommons
Instance Method Details
#request_params ⇒ Object
141 142 143 144 145 146 |
# File 'lib/hammer_cli_katello/host_subscription.rb', line 141 def request_params super.tap do |opts| opts.delete('value') opts.delete('content_label') end end |