Sha256: bc4365a58dfc1cb93df3e9fae259b8beaca77415ed395061d4b7ec5b866763a5
Contents?: true
Size: 416 Bytes
Versions: 72
Compression:
Stored size: 416 Bytes
Contents
require "pulpcore_client" module Katello module Pulp3 module Api class AnsibleCollection < Core def self.copy_class PulpAnsibleClient::Copy end def self.add_remove_content_class PulpAnsibleClient::RepositoryAddRemoveContent end def copy_api PulpAnsibleClient::AnsibleCopyApi.new(api_client) end end end end end
Version data entries
72 entries across 72 versions & 1 rubygems