Class: Actions::Pulp3::Orchestration::AlternateContentSource::Update
- Inherits:
-
Abstract
- Object
- EntryAction
- Abstract
- Actions::Pulp3::Orchestration::AlternateContentSource::Update
- Defined in:
- app/lib/actions/pulp3/orchestration/alternate_content_source/update.rb
Instance Method Summary collapse
Methods inherited from Abstract
Instance Method Details
#plan(smart_proxy_acs) ⇒ Object
6 7 8 9 10 11 |
# File 'app/lib/actions/pulp3/orchestration/alternate_content_source/update.rb', line 6 def plan(smart_proxy_acs) sequence do plan_action(Actions::Pulp3::AlternateContentSource::UpdateRemote, smart_proxy_acs) plan_action(Actions::Pulp3::AlternateContentSource::Update, smart_proxy_acs) end end |