Class: Actions::Candlepin::Owner::UpstreamUpdate

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

Instance Method Summary collapse

Instance Method Details

#runObject



10
11
12
13
# File 'app/lib/actions/candlepin/owner/upstream_update.rb', line 10

def run
  organization = ::Organization.find(input[:organization_id])
  output[:response] = organization.redhat_provider.owner_upstream_update(input[:upstream], {})
end