pulp_cookbook_client 0.1.0b10.dev1673665516 → 0.1.0b10.dev1673838278

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 611eb3beaccaca700c166f1f82eb1278a719170f15ec51e479145cdc668775e4
4
- data.tar.gz: 983ad6689e2862607fcd61cd316b36fc0d0039be5bea9a3e7d5cce41c7c90368
3
+ metadata.gz: 79e569e77f6adcbb4e4cb9a2132fd6f7fd689117635e86829ac7866975a7c022
4
+ data.tar.gz: c79134815e94430ae5a808a1d8bae782574fa43daf80f50e4a20721eb140e1e1
5
5
  SHA512:
6
- metadata.gz: 309db99db3c2439ac95f6ac24bd5db3deedd35f053c4cc6b7a701c399454ae1bd5758f80161968cd07ade4268c7479b0450600f470c06e750c9493d328ede404
7
- data.tar.gz: e419cba2cdd328e32d5b8f0a9b9f69c74450270f7d9594b612699354ec1e08afd803eca3e05cf768cb077073dbe41bed49a3e072824082aa0fa1cd54dc7552cd
6
+ metadata.gz: 49db7d77ed203e2172e34ca33950459159a222ff529234a40dca061532f23ff284b2b3c9b3526ec53039200aa31c23a7728aa559cde08b94609c8457a1b39421
7
+ data.tar.gz: 24ef4af897dabbd102358534bc51df0873598a05f36e53dbd8d1cfcc6ca835aeeefb2deb25af557f8a6eb6c022cab78e19dc6a21c7a104f9eee1d7fbf675f33d
data/README.md CHANGED
@@ -7,7 +7,7 @@ Fetch, Upload, Organize, and Distribute Software Packages
7
7
  This SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
8
8
 
9
9
  - API version: v3
10
- - Package version: 0.1.0b10.dev1673665516
10
+ - Package version: 0.1.0b10.dev1673838278
11
11
  - Build package: org.openapitools.codegen.languages.RubyClientCodegen
12
12
  For more information, please visit [https://pulpproject.org](https://pulpproject.org)
13
13
 
@@ -24,16 +24,16 @@ gem build pulp_cookbook_client.gemspec
24
24
  Then either install the gem locally:
25
25
 
26
26
  ```shell
27
- gem install ./pulp_cookbook_client-0.1.0b10.dev1673665516.gem
27
+ gem install ./pulp_cookbook_client-0.1.0b10.dev1673838278.gem
28
28
  ```
29
29
 
30
- (for development, run `gem install --dev ./pulp_cookbook_client-0.1.0b10.dev1673665516.gem` to install the development dependencies)
30
+ (for development, run `gem install --dev ./pulp_cookbook_client-0.1.0b10.dev1673838278.gem` to install the development dependencies)
31
31
 
32
32
  or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/).
33
33
 
34
34
  Finally add this to the Gemfile:
35
35
 
36
- gem 'pulp_cookbook_client', '~> 0.1.0b10.dev1673665516'
36
+ gem 'pulp_cookbook_client', '~> 0.1.0b10.dev1673838278'
37
37
 
38
38
  ### Install from Git
39
39
 
@@ -67,9 +67,9 @@ end
67
67
  api_instance = PulpCookbookClient::ContentCookbooksApi.new
68
68
  name = 'name_example' # String | name of the cookbook
69
69
  opts = {
70
- file: File.new('/path/to/file'), # File | An uploaded file that may be turned into the artifact of the content unit.
71
70
  artifact: 'artifact_example', # String | Artifact file representing the physical content
72
71
  upload: 'upload_example', # String | An uncommitted upload that may be turned into the artifact of the content unit.
72
+ file: File.new('/path/to/file'), # File | An uploaded file that may be turned into the artifact of the content unit.
73
73
  repository: 'repository_example', # String | A URI of a repository the new content unit should be associated with.
74
74
  version: 'version_example' # String | version of the cookbook
75
75
  }
@@ -33,9 +33,9 @@ end
33
33
  api_instance = PulpCookbookClient::ContentCookbooksApi.new
34
34
  name = 'name_example' # String | name of the cookbook
35
35
  opts = {
36
- file: File.new('/path/to/file'), # File | An uploaded file that may be turned into the artifact of the content unit.
37
36
  artifact: 'artifact_example', # String | Artifact file representing the physical content
38
37
  upload: 'upload_example', # String | An uncommitted upload that may be turned into the artifact of the content unit.
38
+ file: File.new('/path/to/file'), # File | An uploaded file that may be turned into the artifact of the content unit.
39
39
  repository: 'repository_example', # String | A URI of a repository the new content unit should be associated with.
40
40
  version: 'version_example' # String | version of the cookbook
41
41
  }
@@ -55,9 +55,9 @@ end
55
55
  Name | Type | Description | Notes
56
56
  ------------- | ------------- | ------------- | -------------
57
57
  **name** | **String**| name of the cookbook |
58
- **file** | **File**| An uploaded file that may be turned into the artifact of the content unit. | [optional]
59
58
  **artifact** | **String**| Artifact file representing the physical content | [optional]
60
59
  **upload** | **String**| An uncommitted upload that may be turned into the artifact of the content unit. | [optional]
60
+ **file** | **File**| An uploaded file that may be turned into the artifact of the content unit. | [optional]
61
61
  **repository** | **String**| A URI of a repository the new content unit should be associated with. | [optional]
62
62
  **version** | **String**| version of the cookbook | [optional]
63
63
 
@@ -4,9 +4,9 @@
4
4
 
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
- **file** | **File** | An uploaded file that may be turned into the artifact of the content unit. | [optional]
8
7
  **artifact** | **String** | Artifact file representing the physical content | [optional]
9
8
  **upload** | **String** | An uncommitted upload that may be turned into the artifact of the content unit. | [optional]
9
+ **file** | **File** | An uploaded file that may be turned into the artifact of the content unit. | [optional]
10
10
  **repository** | **String** | A URI of a repository the new content unit should be associated with. | [optional]
11
11
  **name** | **String** | name of the cookbook |
12
12
  **version** | **String** | version of the cookbook | [optional]
@@ -16,9 +16,9 @@ Name | Type | Description | Notes
16
16
  ```ruby
17
17
  require 'PulpCookbookClient'
18
18
 
19
- instance = PulpCookbookClient::CookbookCookbookPackageContent.new(file: null,
20
- artifact: null,
19
+ instance = PulpCookbookClient::CookbookCookbookPackageContent.new(artifact: null,
21
20
  upload: null,
21
+ file: null,
22
22
  repository: null,
23
23
  name: null,
24
24
  version: null)
@@ -23,9 +23,9 @@ module PulpCookbookClient
23
23
  # Trigger an asynchronous task to create content,optionally create new repository version.
24
24
  # @param name [String] name of the cookbook
25
25
  # @param [Hash] opts the optional parameters
26
- # @option opts [File] :file An uploaded file that may be turned into the artifact of the content unit.
27
26
  # @option opts [String] :artifact Artifact file representing the physical content
28
27
  # @option opts [String] :upload An uncommitted upload that may be turned into the artifact of the content unit.
28
+ # @option opts [File] :file An uploaded file that may be turned into the artifact of the content unit.
29
29
  # @option opts [String] :repository A URI of a repository the new content unit should be associated with.
30
30
  # @option opts [String] :version version of the cookbook
31
31
  # @return [AsyncOperationResponse]
@@ -38,9 +38,9 @@ module PulpCookbookClient
38
38
  # Trigger an asynchronous task to create content,optionally create new repository version.
39
39
  # @param name [String] name of the cookbook
40
40
  # @param [Hash] opts the optional parameters
41
- # @option opts [File] :file An uploaded file that may be turned into the artifact of the content unit.
42
41
  # @option opts [String] :artifact Artifact file representing the physical content
43
42
  # @option opts [String] :upload An uncommitted upload that may be turned into the artifact of the content unit.
43
+ # @option opts [File] :file An uploaded file that may be turned into the artifact of the content unit.
44
44
  # @option opts [String] :repository A URI of a repository the new content unit should be associated with.
45
45
  # @option opts [String] :version version of the cookbook
46
46
  # @return [Array<(AsyncOperationResponse, Integer, Hash)>] AsyncOperationResponse data, response status code and response headers
@@ -76,9 +76,9 @@ module PulpCookbookClient
76
76
  # form parameters
77
77
  form_params = opts[:form_params] || {}
78
78
  form_params['name'] = name
79
- form_params['file'] = opts[:'file'] if !opts[:'file'].nil?
80
79
  form_params['artifact'] = opts[:'artifact'] if !opts[:'artifact'].nil?
81
80
  form_params['upload'] = opts[:'upload'] if !opts[:'upload'].nil?
81
+ form_params['file'] = opts[:'file'] if !opts[:'file'].nil?
82
82
  form_params['repository'] = opts[:'repository'] if !opts[:'repository'].nil?
83
83
  form_params['version'] = opts[:'version'] if !opts[:'version'].nil?
84
84
 
@@ -15,15 +15,15 @@ require 'date'
15
15
  module PulpCookbookClient
16
16
  # Serializer for the cookbook content.
17
17
  class CookbookCookbookPackageContent
18
- # An uploaded file that may be turned into the artifact of the content unit.
19
- attr_accessor :file
20
-
21
18
  # Artifact file representing the physical content
22
19
  attr_accessor :artifact
23
20
 
24
21
  # An uncommitted upload that may be turned into the artifact of the content unit.
25
22
  attr_accessor :upload
26
23
 
24
+ # An uploaded file that may be turned into the artifact of the content unit.
25
+ attr_accessor :file
26
+
27
27
  # A URI of a repository the new content unit should be associated with.
28
28
  attr_accessor :repository
29
29
 
@@ -36,9 +36,9 @@ module PulpCookbookClient
36
36
  # Attribute mapping from ruby-style variable name to JSON key.
37
37
  def self.attribute_map
38
38
  {
39
- :'file' => :'file',
40
39
  :'artifact' => :'artifact',
41
40
  :'upload' => :'upload',
41
+ :'file' => :'file',
42
42
  :'repository' => :'repository',
43
43
  :'name' => :'name',
44
44
  :'version' => :'version'
@@ -48,9 +48,9 @@ module PulpCookbookClient
48
48
  # Attribute type mapping.
49
49
  def self.openapi_types
50
50
  {
51
- :'file' => :'File',
52
51
  :'artifact' => :'String',
53
52
  :'upload' => :'String',
53
+ :'file' => :'File',
54
54
  :'repository' => :'String',
55
55
  :'name' => :'String',
56
56
  :'version' => :'String'
@@ -78,10 +78,6 @@ module PulpCookbookClient
78
78
  h[k.to_sym] = v
79
79
  }
80
80
 
81
- if attributes.key?(:'file')
82
- self.file = attributes[:'file']
83
- end
84
-
85
81
  if attributes.key?(:'artifact')
86
82
  self.artifact = attributes[:'artifact']
87
83
  end
@@ -90,6 +86,10 @@ module PulpCookbookClient
90
86
  self.upload = attributes[:'upload']
91
87
  end
92
88
 
89
+ if attributes.key?(:'file')
90
+ self.file = attributes[:'file']
91
+ end
92
+
93
93
  if attributes.key?(:'repository')
94
94
  self.repository = attributes[:'repository']
95
95
  end
@@ -160,9 +160,9 @@ module PulpCookbookClient
160
160
  def ==(o)
161
161
  return true if self.equal?(o)
162
162
  self.class == o.class &&
163
- file == o.file &&
164
163
  artifact == o.artifact &&
165
164
  upload == o.upload &&
165
+ file == o.file &&
166
166
  repository == o.repository &&
167
167
  name == o.name &&
168
168
  version == o.version
@@ -177,7 +177,7 @@ module PulpCookbookClient
177
177
  # Calculates hash code according to all attributes.
178
178
  # @return [Integer] Hash code
179
179
  def hash
180
- [file, artifact, upload, repository, name, version].hash
180
+ [artifact, upload, file, repository, name, version].hash
181
181
  end
182
182
 
183
183
  # Builds the object from hash
@@ -11,5 +11,5 @@ OpenAPI Generator version: 4.3.1
11
11
  =end
12
12
 
13
13
  module PulpCookbookClient
14
- VERSION = '0.1.0b10.dev1673665516'
14
+ VERSION = '0.1.0b10.dev1673838278'
15
15
  end
@@ -37,9 +37,9 @@ describe 'ContentCookbooksApi' do
37
37
  # Trigger an asynchronous task to create content,optionally create new repository version.
38
38
  # @param name name of the cookbook
39
39
  # @param [Hash] opts the optional parameters
40
- # @option opts [File] :file An uploaded file that may be turned into the artifact of the content unit.
41
40
  # @option opts [String] :artifact Artifact file representing the physical content
42
41
  # @option opts [String] :upload An uncommitted upload that may be turned into the artifact of the content unit.
42
+ # @option opts [File] :file An uploaded file that may be turned into the artifact of the content unit.
43
43
  # @option opts [String] :repository A URI of a repository the new content unit should be associated with.
44
44
  # @option opts [String] :version version of the cookbook
45
45
  # @return [AsyncOperationResponse]
@@ -32,19 +32,19 @@ describe 'CookbookCookbookPackageContent' do
32
32
  expect(@instance).to be_instance_of(PulpCookbookClient::CookbookCookbookPackageContent)
33
33
  end
34
34
  end
35
- describe 'test attribute "file"' do
35
+ describe 'test attribute "artifact"' do
36
36
  it 'should work' do
37
37
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
38
38
  end
39
39
  end
40
40
 
41
- describe 'test attribute "artifact"' do
41
+ describe 'test attribute "upload"' do
42
42
  it 'should work' do
43
43
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
44
44
  end
45
45
  end
46
46
 
47
- describe 'test attribute "upload"' do
47
+ describe 'test attribute "file"' do
48
48
  it 'should work' do
49
49
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
50
50
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pulp_cookbook_client
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0b10.dev1673665516
4
+ version: 0.1.0b10.dev1673838278
5
5
  platform: ruby
6
6
  authors:
7
7
  - OpenAPI-Generator
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-01-14 00:00:00.000000000 Z
11
+ date: 2023-01-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday