Sha256: 412df8e447229fbb1cfa1c2b3a5b00d6141020779a6ccfd81124d472e82914bd

Contents?: true

Size: 602 Bytes

Versions: 16

Compression:

Stored size: 602 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::DebCopyApi.new(api_client)
        end
      end
    end
  end
end

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
katello-4.14.3 app/services/katello/pulp3/api/apt.rb
katello-4.14.2 app/services/katello/pulp3/api/apt.rb
katello-4.14.1 app/services/katello/pulp3/api/apt.rb
katello-4.14.0 app/services/katello/pulp3/api/apt.rb
katello-4.14.0.rc3 app/services/katello/pulp3/api/apt.rb
katello-4.14.0.rc2 app/services/katello/pulp3/api/apt.rb
katello-4.14.0.rc1.1 app/services/katello/pulp3/api/apt.rb
katello-4.14.0.rc1 app/services/katello/pulp3/api/apt.rb
katello-4.13.1 app/services/katello/pulp3/api/apt.rb
katello-4.13.0 app/services/katello/pulp3/api/apt.rb
katello-4.12.1 app/services/katello/pulp3/api/apt.rb
katello-4.13.0.rc1 app/services/katello/pulp3/api/apt.rb
katello-4.12.0 app/services/katello/pulp3/api/apt.rb
katello-4.12.0.rc3 app/services/katello/pulp3/api/apt.rb
katello-4.12.0.rc2 app/services/katello/pulp3/api/apt.rb
katello-4.12.0.rc1 app/services/katello/pulp3/api/apt.rb