Module: Zest
- Defined in:
- lib/zest/version.rb,
lib/zest.rb,
lib/zest/api_error.rb,
lib/zest/api_client.rb,
lib/zest/models/task.rb,
lib/zest/api/pulp_api.rb,
lib/zest/configuration.rb,
lib/zest/models/upload.rb,
lib/zest/models/worker.rb,
lib/zest/models/artifact.rb,
lib/zest/models/repository.rb,
lib/zest/models/file_remote.rb,
lib/zest/models/publication.rb,
lib/zest/models/distribution.rb,
lib/zest/models/file_content.rb,
lib/zest/models/file_publisher.rb,
lib/zest/models/progress_report.rb,
lib/zest/models/repository_version.rb,
lib/zest/models/inline_response_200.rb,
lib/zest/models/repository_sync_url.rb,
lib/zest/models/inline_response_200_1.rb,
lib/zest/models/inline_response_200_2.rb,
lib/zest/models/inline_response_200_3.rb,
lib/zest/models/inline_response_200_4.rb,
lib/zest/models/inline_response_200_5.rb,
lib/zest/models/inline_response_200_6.rb,
lib/zest/models/inline_response_200_7.rb,
lib/zest/models/inline_response_200_8.rb,
lib/zest/models/inline_response_200_9.rb,
lib/zest/models/repository_publish_url.rb,
lib/zest/models/async_operation_response.rb,
lib/zest/models/repository_version_create.rb
Overview
#Pulp3 API
#No description provided (generated by Swagger Codegen github.com/swagger-api/swagger-codegen)
OpenAPI spec version: v3
Generated by: github.com/swagger-api/swagger-codegen.git Swagger Codegen version: 2.3.1
Defined Under Namespace
Classes: ApiClient, ApiError, Artifact, AsyncOperationResponse, Configuration, Distribution, FileContent, FilePublisher, FileRemote, InlineResponse200, InlineResponse2001, InlineResponse2002, InlineResponse2003, InlineResponse2004, InlineResponse2005, InlineResponse2006, InlineResponse2007, InlineResponse2008, InlineResponse2009, ProgressReport, Publication, PulpApi, Repository, RepositoryPublishURL, RepositorySyncURL, RepositoryVersion, RepositoryVersionCreate, Task, Upload, Worker
Constant Summary collapse
- VERSION =
"0.0.4"
Class Method Summary collapse
-
.configure ⇒ Object
Customize default settings for the SDK using block.
Class Method Details
.configure ⇒ Object
Customize default settings for the SDK using block.
Zest.configure do |config|
config.username = "xxx"
config.password = "xxx"
end
If no block given, return the default Configuration object.
58 59 60 61 62 63 64 |
# File 'lib/zest.rb', line 58 def configure if block_given? yield(Configuration.default) else Configuration.default end end |