Class: Actions::Candlepin::Product::Update
- Defined in:
- app/lib/actions/candlepin/product/update.rb
Instance Method Summary collapse
Instance Method Details
#run ⇒ Object
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 |