Sha256: 7679375a854eeb050aa3d4ac04a3790c28631e308fdbf32e6c31b8190ea0847b

Contents?: true

Size: 599 Bytes

Versions: 34

Compression:

Stored size: 599 Bytes

Contents

require "pulpcore_client"

module Katello
  module Pulp3
    module Api
      class Apt < Core
        def publication_verbatim_class
          PulpDebClient::DebVerbatimPublication
        end

        def publications_verbatim_api
          PulpDebClient::PublicationsVerbatimApi.new(api_client)
        end

        def self.copy_class
          PulpDebClient::Copy
        end

        def self.add_remove_content_class
          PulpDebClient::RepositoryAddRemoveContent
        end

        def copy_api
          PulpDebClient::CopyApi.new(api_client)
        end
      end
    end
  end
end

Version data entries

34 entries across 34 versions & 1 rubygems

Version Path
katello-4.7.4 app/services/katello/pulp3/api/apt.rb
katello-4.8.0.rc1 app/services/katello/pulp3/api/apt.rb
katello-4.7.3 app/services/katello/pulp3/api/apt.rb
katello-4.7.2 app/services/katello/pulp3/api/apt.rb
katello-4.7.1 app/services/katello/pulp3/api/apt.rb
katello-4.6.2.1 app/services/katello/pulp3/api/apt.rb
katello-4.6.2 app/services/katello/pulp3/api/apt.rb
katello-4.7.0 app/services/katello/pulp3/api/apt.rb
katello-4.6.1 app/services/katello/pulp3/api/apt.rb
katello-4.7.0.rc2 app/services/katello/pulp3/api/apt.rb
katello-4.7.0.rc1 app/services/katello/pulp3/api/apt.rb
katello-4.6.0 app/services/katello/pulp3/api/apt.rb
katello-4.6.0.rc2 app/services/katello/pulp3/api/apt.rb
katello-4.6.0.rc1 app/services/katello/pulp3/api/apt.rb