Class: Actions::Pulp3::Orchestration::AlternateContentSource::Refresh

Inherits:
Abstract
  • Object
show all
Defined in:
app/lib/actions/pulp3/orchestration/alternate_content_source/refresh.rb

Instance Method Summary collapse

Methods inherited from Abstract

#smart_proxy

Instance Method Details

#plan(smart_proxy_acs) ⇒ Object



6
7
8
9
10
11
# File 'app/lib/actions/pulp3/orchestration/alternate_content_source/refresh.rb', line 6

def plan(smart_proxy_acs)
  sequence do
    plan_action(Actions::Pulp3::AlternateContentSource::RefreshRemote, smart_proxy_acs)
    plan_action(Actions::Pulp3::AlternateContentSource::Refresh, smart_proxy_acs)
  end
end