Class: Actions::Candlepin::ActivationKey::Update
- Inherits:
-
Actions::Candlepin::Abstract
- Object
- Base
- Actions::Candlepin::Abstract
- Actions::Candlepin::ActivationKey::Update
- Defined in:
- app/lib/actions/candlepin/activation_key/update.rb
Instance Method Summary collapse
Instance Method Details
#run ⇒ Object
12 13 14 15 16 17 18 |
# File 'app/lib/actions/candlepin/activation_key/update.rb', line 12 def run ::Katello::Resources::Candlepin::ActivationKey.update( input[:cp_id], input[:release_version], input[:service_level], input[:auto_attach]) end |