Class: Actions::Candlepin::Product::Destroy

Inherits:
Abstract
  • Object
show all
Defined in:
app/lib/actions/candlepin/product/destroy.rb

Instance Method Summary collapse

Instance Method Details

#runObject



9
10
11
# File 'app/lib/actions/candlepin/product/destroy.rb', line 9

def run
  output[:response] = ::Katello::Resources::Candlepin::Product.destroy(input[:cp_id])
end