Class: Actions::Candlepin::Product::ContentDestroy

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

Instance Method Summary collapse

Instance Method Details

#runObject



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

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