Class: Actions::Candlepin::Product::ContentRemove

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

Instance Method Summary collapse

Instance Method Details

#runObject



11
12
13
14
# File 'app/lib/actions/candlepin/product/content_remove.rb', line 11

def run
  output[:response] = ::Katello::Resources::Candlepin::Product.
      remove_content(input[:owner], input[:product_id], input[:content_id])
end