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

Version Path
katello-4.16.0 app/lib/actions/pulp3/content_guard/refresh.rb
katello-4.15.1 app/lib/actions/pulp3/content_guard/refresh.rb
katello-4.16.0.rc2 app/lib/actions/pulp3/content_guard/refresh.rb
katello-4.16.0.rc1 app/lib/actions/pulp3/content_guard/refresh.rb
katello-4.14.3 app/lib/actions/pulp3/content_guard/refresh.rb
katello-4.14.2 app/lib/actions/pulp3/content_guard/refresh.rb
katello-4.15.0 app/lib/actions/pulp3/content_guard/refresh.rb
katello-4.15.0.rc2 app/lib/actions/pulp3/content_guard/refresh.rb
katello-4.15.0.rc1 app/lib/actions/pulp3/content_guard/refresh.rb
katello-4.14.1 app/lib/actions/pulp3/content_guard/refresh.rb
katello-4.14.0 app/lib/actions/pulp3/content_guard/refresh.rb
katello-4.14.0.rc3 app/lib/actions/pulp3/content_guard/refresh.rb
katello-4.14.0.rc2 app/lib/actions/pulp3/content_guard/refresh.rb
katello-4.14.0.rc1.1 app/lib/actions/pulp3/content_guard/refresh.rb
katello-4.14.0.rc1 app/lib/actions/pulp3/content_guard/refresh.rb
katello-4.13.1 app/lib/actions/pulp3/content_guard/refresh.rb
katello-4.13.0 app/lib/actions/pulp3/content_guard/refresh.rb
katello-4.12.1 app/lib/actions/pulp3/content_guard/refresh.rb
katello-4.13.0.rc1 app/lib/actions/pulp3/content_guard/refresh.rb
katello-4.12.0 app/lib/actions/pulp3/content_guard/refresh.rb