Module: Pulp2to3MigrationClient
- Defined in:
- lib/pulp_2to3_migration_client/version.rb,
lib/pulp_2to3_migration_client.rb,
lib/pulp_2to3_migration_client/api_error.rb,
lib/pulp_2to3_migration_client/api_client.rb,
lib/pulp_2to3_migration_client/configuration.rb,
lib/pulp_2to3_migration_client/api/pulp2content_api.rb,
lib/pulp_2to3_migration_client/api/migration_plans_api.rb,
lib/pulp_2to3_migration_client/api/pulp2repositories_api.rb,
lib/pulp_2to3_migration_client/models/inline_response200.rb,
lib/pulp_2to3_migration_client/models/migration_plan_run.rb,
lib/pulp_2to3_migration_client/models/inline_response2001.rb,
lib/pulp_2to3_migration_client/models/inline_response2002.rb,
lib/pulp_2to3_migration_client/models/async_operation_response.rb,
lib/pulp_2to3_migration_client/models/pulp2to3_migration_pulp2_content.rb,
lib/pulp_2to3_migration_client/models/pulp2to3_migration_migration_plan.rb,
lib/pulp_2to3_migration_client/models/pulp2to3_migration_pulp2_repository.rb
Overview
#Pulp 3 API
#No description provided (generated by Openapi Generator github.com/openapitools/openapi-generator)
The version of the OpenAPI document: v3
Generated by: openapi-generator.tech OpenAPI Generator version: 4.2.3
Defined Under Namespace
Classes: ApiClient, ApiError, AsyncOperationResponse, Configuration, InlineResponse200, InlineResponse2001, InlineResponse2002, MigrationPlanRun, MigrationPlansApi, Pulp2contentApi, Pulp2repositoriesApi, Pulp2to3MigrationMigrationPlan, Pulp2to3MigrationPulp2Content, Pulp2to3MigrationPulp2Repository
Constant Summary collapse
- VERSION =
'0.1.0'
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.
Pulp2to3MigrationClient.configure do |config|
config.username = "xxx"
config.password = "xxx"
end
If no block given, return the default Configuration object.
42 43 44 45 46 47 48 |
# File 'lib/pulp_2to3_migration_client.rb', line 42 def configure if block_given? yield(Configuration.default) else Configuration.default end end |