Sha256: 8d9c995bb130c8e74817154a0ebd9a3f37ff78666b10189f4479938c1f8e291c
Contents?: true
Size: 727 Bytes
Versions: 4
Compression:
Stored size: 727 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 def content_release_components_api PulpDebClient::ContentReleaseComponentsApi.new(api_client) end end end end end
Version data entries
4 entries across 4 versions & 1 rubygems