Sha256: 00aab3ee9bc8589b577dedbde67c6d923052662e895b5ece70d037a8a90f5cfe

Contents?: true

Size: 1.41 KB

Versions: 18

Compression:

Stored size: 1.41 KB

Contents

require "pulpcore_client"

module Katello
  module Pulp3
    module Api
      class File < Core
        def self.api_exception_class
          PulpFileClient::ApiError
        end

        def self.client_module
          PulpFileClient
        end

        def self.remote_class
          PulpFileClient::FileFileRemote
        end

        def self.distribution_class
          PulpFileClient::FileFileDistribution
        end

        def self.publication_class
          PulpFileClient::FileFilePublication
        end

        def self.repository_sync_url_class
          PulpFileClient::RepositorySyncURL
        end

        def self.add_remove_content_class
          PulpFileClient::RepositoryAddRemoveContent
        end

        def api_client
          api_client_class(PulpFileClient::ApiClient.new(smart_proxy.pulp3_configuration(PulpFileClient::Configuration)))
        end

        def repositories_api
          PulpFileClient::RepositoriesFileApi.new(api_client)
        end

        def repository_versions_api
          PulpFileClient::RepositoriesFileVersionsApi.new(api_client)
        end

        def remotes_api
          PulpFileClient::RemotesFileApi.new(api_client)
        end

        def publications_api
          PulpFileClient::PublicationsFileApi.new(api_client)
        end

        def distributions_api
          PulpFileClient::DistributionsFileApi.new(api_client)
        end
      end
    end
  end
end

Version data entries

18 entries across 18 versions & 1 rubygems

Version Path
katello-4.2.2 app/services/katello/pulp3/api/file.rb
katello-4.2.1 app/services/katello/pulp3/api/file.rb
katello-4.2.0.1 app/services/katello/pulp3/api/file.rb
katello-4.1.4 app/services/katello/pulp3/api/file.rb
katello-4.2.0.1.rc3 app/services/katello/pulp3/api/file.rb
katello-4.2.0.1.rc2 app/services/katello/pulp3/api/file.rb
katello-4.2.0.rc2 app/services/katello/pulp3/api/file.rb
katello-4.1.3 app/services/katello/pulp3/api/file.rb
katello-4.2.0.rc1 app/services/katello/pulp3/api/file.rb
katello-4.1.2.1 app/services/katello/pulp3/api/file.rb
katello-4.1.2 app/services/katello/pulp3/api/file.rb
katello-4.1.1 app/services/katello/pulp3/api/file.rb
katello-4.1.0 app/services/katello/pulp3/api/file.rb
katello-4.1.0.rc2.2 app/services/katello/pulp3/api/file.rb
katello-4.1.0.rc2.1 app/services/katello/pulp3/api/file.rb
katello-4.1.0.rc2 app/services/katello/pulp3/api/file.rb
katello-4.1.0.rc1.1 app/services/katello/pulp3/api/file.rb
katello-4.1.0.rc1 app/services/katello/pulp3/api/file.rb