Class: Actions::Candlepin::Product::Update

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

Instance Method Summary collapse

Instance Method Details

#runObject



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

def run
  output[:response] = ::Katello::Resources::Candlepin::Product.update(input[:owner], name: input[:name], id: input[:id])
end