Sha256: b4da33e3eb87246aad78300bc00c95f02914fbd41c571c17785002031dcb9b8b

Contents?: true

Size: 338 Bytes

Versions: 13

Compression:

Stored size: 338 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
      end
    end
  end
end

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
katello-4.4.2.2 app/services/katello/pulp3/api/apt.rb
katello-4.4.2.1 app/services/katello/pulp3/api/apt.rb
katello-4.4.2 app/services/katello/pulp3/api/apt.rb
katello-4.5.1 app/services/katello/pulp3/api/apt.rb
katello-4.5.0 app/services/katello/pulp3/api/apt.rb
katello-4.5.0.rc2 app/services/katello/pulp3/api/apt.rb
katello-4.4.1 app/services/katello/pulp3/api/apt.rb
katello-4.5.0.rc1 app/services/katello/pulp3/api/apt.rb
katello-4.4.0.2 app/services/katello/pulp3/api/apt.rb
katello-4.4.0.1 app/services/katello/pulp3/api/apt.rb
katello-4.4.0 app/services/katello/pulp3/api/apt.rb
katello-4.4.0.rc2 app/services/katello/pulp3/api/apt.rb
katello-4.4.0.rc1 app/services/katello/pulp3/api/apt.rb