Sha256: efaa16d12d0ff6990a0d34a4d35e306d040b09839d84276c9f6d38a6457ade64
Contents?: true
Size: 327 Bytes
Versions: 12
Compression:
Stored size: 327 Bytes
Contents
module Actions module Pulp module Orchestration module Repository class RefreshIfNeeded < Pulp::Abstract def plan(repository, smart_proxy) plan_action(Actions::Pulp::Repository::Refresh, repository, smart_proxy_id: smart_proxy.id) end end end end end end
Version data entries
12 entries across 12 versions & 1 rubygems