Sha256: 74c98eb0689cc5a92840728fe844caf1bf9a2ebe8b7669a0dd75674bad03c89d

Contents?: true

Size: 450 Bytes

Versions: 6

Compression:

Stored size: 450 Bytes

Contents

module Actions
  module Pulp
    module Repository
      class AssociateImporter < Pulp::Abstract
        input_format do
          param :repo_id
          param :type_id
          param :config
          param :hash
          param :capsule_id
        end

        def run
          output[:response] = pulp_resources.repository.
            associate_importer(*input.values_at(:repo_id, :type_id, :config))
        end
      end
    end
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
katello-3.0.0.rc7 app/lib/actions/pulp/repository/associate_importer.rb
katello-3.0.0.rc5 app/lib/actions/pulp/repository/associate_importer.rb
katello-3.0.0.rc4 app/lib/actions/pulp/repository/associate_importer.rb
katello-3.0.0.rc3 app/lib/actions/pulp/repository/associate_importer.rb
katello-3.0.0.rc2 app/lib/actions/pulp/repository/associate_importer.rb
katello-3.0.0.rc1 app/lib/actions/pulp/repository/associate_importer.rb