Class: Actions::Candlepin::ActivationKey::Destroy
- Inherits:
-
Actions::Candlepin::Abstract
- Object
- Base
- Actions::Candlepin::Abstract
- Actions::Candlepin::ActivationKey::Destroy
- Defined in:
- app/lib/actions/candlepin/activation_key/destroy.rb
Instance Method Summary collapse
Instance Method Details
#run ⇒ Object
8 9 10 |
# File 'app/lib/actions/candlepin/activation_key/destroy.rb', line 8 def run ::Katello::Resources::Candlepin::ActivationKey.destroy(input[:cp_id]) end |