Sha256: 98d11d0ed512380e94faebd91b22bddcce982c142af06830878d454b066630d9
Contents?: true
Size: 314 Bytes
Versions: 93
Compression:
Stored size: 314 Bytes
Contents
module Actions module Pulp3 module ContentGuard class Refresh < Pulp3::Abstract def plan(smart_proxy) plan_self(smart_proxy_id: smart_proxy.id) end def run ::Katello::Pulp3::Api::ContentGuard.new(smart_proxy).refresh end end end end end
Version data entries
93 entries across 93 versions & 1 rubygems