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