pulp_container_client 1.5.0.dev01593193888 → 1.5.0.dev01593638309

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


This version of pulp_container_client might be problematic. Click here for more details.

checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 2119d74f69da1084cead7b1f1c5e1d0f9d8ebb60d0e8826a47544333f540574e
4
- data.tar.gz: 67e592407b986561999fddd2cdab2ff79a496098c882720b4638dccdc951a696
3
+ metadata.gz: c226719a796208b5735cdd945384667d13c23d4af4c4421d6187bdc97e1c2793
4
+ data.tar.gz: 27f777219c7033d58e2393cb80baf752894f6056695b42874f891c38488905d9
5
5
  SHA512:
6
- metadata.gz: 0ac30b1affd822727f4b658c562c119a5bae7941c6ec8cfc596a26d7fe08f535f02c414eb6c61bb897d24e6dabf77dafd13a7d1e7bddb5f3625ce9daa5c65a4d
7
- data.tar.gz: bfdaf2d2e4942b8cc9a139af5e89cbdd18de5e8803673e95be3cbe95f509138da41ada23b21aca0471932aa44eb9819c424f248edc4f5df04da74dda8fea7f72
6
+ metadata.gz: 8b12e40479650ba2f662abcd55f66ddbbce5dee14b20380cbae38ec361989a4de84db766aa15e171ac096867cdd773777266933d31ce3c6a842073060e1866ff
7
+ data.tar.gz: a973d92a366d9bc598ee21c078c94788b487ea70b521549993f8c245d5b4def87ace74df51ea5dff1ff9b04808ba618448c4f9bcc907cd029a9d15ab7f16d434
data/README.md CHANGED
@@ -7,7 +7,7 @@ No description provided (generated by Openapi Generator https://github.com/opena
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: 1.5.0.dev01593193888
10
+ - Package version: 1.5.0.dev01593638309
11
11
  - Build package: org.openapitools.codegen.languages.RubyClientCodegen
12
12
 
13
13
  ## Installation
@@ -23,16 +23,16 @@ gem build pulp_container_client.gemspec
23
23
  Then either install the gem locally:
24
24
 
25
25
  ```shell
26
- gem install ./pulp_container_client-1.5.0.dev01593193888.gem
26
+ gem install ./pulp_container_client-1.5.0.dev01593638309.gem
27
27
  ```
28
28
 
29
- (for development, run `gem install --dev ./pulp_container_client-1.5.0.dev01593193888.gem` to install the development dependencies)
29
+ (for development, run `gem install --dev ./pulp_container_client-1.5.0.dev01593638309.gem` to install the development dependencies)
30
30
 
31
31
  or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/).
32
32
 
33
33
  Finally add this to the Gemfile:
34
34
 
35
- gem 'pulp_container_client', '~> 1.5.0.dev01593193888'
35
+ gem 'pulp_container_client', '~> 1.5.0.dev01593638309'
36
36
 
37
37
  ### Install from Git
38
38
 
@@ -4,13 +4,13 @@
4
4
 
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
+ **base_path** | **String** | The base (relative) path component of the published url. Avoid paths that overlap with other distribution base paths (e.g. \"foo\" and \"foo/bar\") |
8
+ **repository_version** | **String** | RepositoryVersion to be served | [optional]
7
9
  **repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional]
8
10
  **content_guard** | **String** | An optional content-guard. | [optional]
9
- **name** | **String** | A unique name. Ex, `rawhide` and `stable`. |
10
11
  **pulp_href** | **String** | | [optional] [readonly]
11
- **base_path** | **String** | The base (relative) path component of the published url. Avoid paths that overlap with other distribution base paths (e.g. \"foo\" and \"foo/bar\") |
12
+ **name** | **String** | A unique name. Ex, `rawhide` and `stable`. |
12
13
  **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
13
- **repository_version** | **String** | RepositoryVersion to be served | [optional]
14
14
  **registry_path** | **String** | The Registry hostame/name/ to use with docker pull command defined by this distribution. | [optional] [readonly]
15
15
 
16
16
  ## Code Sample
@@ -18,13 +18,13 @@ Name | Type | Description | Notes
18
18
  ```ruby
19
19
  require 'PulpContainerClient'
20
20
 
21
- instance = PulpContainerClient::ContainerContainerDistribution.new(repository: null,
21
+ instance = PulpContainerClient::ContainerContainerDistribution.new(base_path: null,
22
+ repository_version: null,
23
+ repository: null,
22
24
  content_guard: null,
23
- name: null,
24
25
  pulp_href: null,
25
- base_path: null,
26
+ name: null,
26
27
  pulp_created: null,
27
- repository_version: null,
28
28
  registry_path: null)
29
29
  ```
30
30
 
@@ -4,13 +4,13 @@
4
4
 
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
+ **base_path** | **String** | The base (relative) path component of the published url. Avoid paths that overlap with other distribution base paths (e.g. \"foo\" and \"foo/bar\") |
8
+ **repository_version** | **String** | RepositoryVersion to be served | [optional]
7
9
  **repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional]
8
10
  **content_guard** | **String** | An optional content-guard. | [optional]
9
- **name** | **String** | A unique name. Ex, `rawhide` and `stable`. |
10
11
  **pulp_href** | **String** | | [optional] [readonly]
11
- **base_path** | **String** | The base (relative) path component of the published url. Avoid paths that overlap with other distribution base paths (e.g. \"foo\" and \"foo/bar\") |
12
+ **name** | **String** | A unique name. Ex, `rawhide` and `stable`. |
12
13
  **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
13
- **repository_version** | **String** | RepositoryVersion to be served | [optional]
14
14
  **registry_path** | **String** | The Registry hostame/name/ to use with docker pull command defined by this distribution. | [optional] [readonly]
15
15
 
16
16
  ## Code Sample
@@ -18,13 +18,13 @@ Name | Type | Description | Notes
18
18
  ```ruby
19
19
  require 'PulpContainerClient'
20
20
 
21
- instance = PulpContainerClient::ContainerContainerDistributionRead.new(repository: null,
21
+ instance = PulpContainerClient::ContainerContainerDistributionRead.new(base_path: null,
22
+ repository_version: null,
23
+ repository: null,
22
24
  content_guard: null,
23
- name: null,
24
25
  pulp_href: null,
25
- base_path: null,
26
+ name: null,
26
27
  pulp_created: null,
27
- repository_version: null,
28
28
  registry_path: null)
29
29
  ```
30
30
 
@@ -14,39 +14,39 @@ require 'date'
14
14
 
15
15
  module PulpContainerClient
16
16
  class ContainerContainerDistribution
17
+ # The base (relative) path component of the published url. Avoid paths that overlap with other distribution base paths (e.g. \"foo\" and \"foo/bar\")
18
+ attr_accessor :base_path
19
+
20
+ # RepositoryVersion to be served
21
+ attr_accessor :repository_version
22
+
17
23
  # The latest RepositoryVersion for this Repository will be served.
18
24
  attr_accessor :repository
19
25
 
20
26
  # An optional content-guard.
21
27
  attr_accessor :content_guard
22
28
 
23
- # A unique name. Ex, `rawhide` and `stable`.
24
- attr_accessor :name
25
-
26
29
  attr_accessor :pulp_href
27
30
 
28
- # The base (relative) path component of the published url. Avoid paths that overlap with other distribution base paths (e.g. \"foo\" and \"foo/bar\")
29
- attr_accessor :base_path
31
+ # A unique name. Ex, `rawhide` and `stable`.
32
+ attr_accessor :name
30
33
 
31
34
  # Timestamp of creation.
32
35
  attr_accessor :pulp_created
33
36
 
34
- # RepositoryVersion to be served
35
- attr_accessor :repository_version
36
-
37
37
  # The Registry hostame/name/ to use with docker pull command defined by this distribution.
38
38
  attr_accessor :registry_path
39
39
 
40
40
  # Attribute mapping from ruby-style variable name to JSON key.
41
41
  def self.attribute_map
42
42
  {
43
+ :'base_path' => :'base_path',
44
+ :'repository_version' => :'repository_version',
43
45
  :'repository' => :'repository',
44
46
  :'content_guard' => :'content_guard',
45
- :'name' => :'name',
46
47
  :'pulp_href' => :'pulp_href',
47
- :'base_path' => :'base_path',
48
+ :'name' => :'name',
48
49
  :'pulp_created' => :'pulp_created',
49
- :'repository_version' => :'repository_version',
50
50
  :'registry_path' => :'registry_path'
51
51
  }
52
52
  end
@@ -54,13 +54,13 @@ module PulpContainerClient
54
54
  # Attribute type mapping.
55
55
  def self.openapi_types
56
56
  {
57
+ :'base_path' => :'String',
58
+ :'repository_version' => :'String',
57
59
  :'repository' => :'String',
58
60
  :'content_guard' => :'String',
59
- :'name' => :'String',
60
61
  :'pulp_href' => :'String',
61
- :'base_path' => :'String',
62
+ :'name' => :'String',
62
63
  :'pulp_created' => :'DateTime',
63
- :'repository_version' => :'String',
64
64
  :'registry_path' => :'String'
65
65
  }
66
66
  end
@@ -68,9 +68,9 @@ module PulpContainerClient
68
68
  # List of attributes with nullable: true
69
69
  def self.openapi_nullable
70
70
  Set.new([
71
+ :'repository_version',
71
72
  :'repository',
72
73
  :'content_guard',
73
- :'repository_version',
74
74
  ])
75
75
  end
76
76
 
@@ -89,6 +89,14 @@ module PulpContainerClient
89
89
  h[k.to_sym] = v
90
90
  }
91
91
 
92
+ if attributes.key?(:'base_path')
93
+ self.base_path = attributes[:'base_path']
94
+ end
95
+
96
+ if attributes.key?(:'repository_version')
97
+ self.repository_version = attributes[:'repository_version']
98
+ end
99
+
92
100
  if attributes.key?(:'repository')
93
101
  self.repository = attributes[:'repository']
94
102
  end
@@ -97,26 +105,18 @@ module PulpContainerClient
97
105
  self.content_guard = attributes[:'content_guard']
98
106
  end
99
107
 
100
- if attributes.key?(:'name')
101
- self.name = attributes[:'name']
102
- end
103
-
104
108
  if attributes.key?(:'pulp_href')
105
109
  self.pulp_href = attributes[:'pulp_href']
106
110
  end
107
111
 
108
- if attributes.key?(:'base_path')
109
- self.base_path = attributes[:'base_path']
112
+ if attributes.key?(:'name')
113
+ self.name = attributes[:'name']
110
114
  end
111
115
 
112
116
  if attributes.key?(:'pulp_created')
113
117
  self.pulp_created = attributes[:'pulp_created']
114
118
  end
115
119
 
116
- if attributes.key?(:'repository_version')
117
- self.repository_version = attributes[:'repository_version']
118
- end
119
-
120
120
  if attributes.key?(:'registry_path')
121
121
  self.registry_path = attributes[:'registry_path']
122
122
  end
@@ -126,14 +126,6 @@ module PulpContainerClient
126
126
  # @return Array for valid properties with the reasons
127
127
  def list_invalid_properties
128
128
  invalid_properties = Array.new
129
- if @name.nil?
130
- invalid_properties.push('invalid value for "name", name cannot be nil.')
131
- end
132
-
133
- if @name.to_s.length < 1
134
- invalid_properties.push('invalid value for "name", the character length must be great than or equal to 1.')
135
- end
136
-
137
129
  if @base_path.nil?
138
130
  invalid_properties.push('invalid value for "base_path", base_path cannot be nil.')
139
131
  end
@@ -142,6 +134,14 @@ module PulpContainerClient
142
134
  invalid_properties.push('invalid value for "base_path", the character length must be great than or equal to 1.')
143
135
  end
144
136
 
137
+ if @name.nil?
138
+ invalid_properties.push('invalid value for "name", name cannot be nil.')
139
+ end
140
+
141
+ if @name.to_s.length < 1
142
+ invalid_properties.push('invalid value for "name", the character length must be great than or equal to 1.')
143
+ end
144
+
145
145
  if !@registry_path.nil? && @registry_path.to_s.length < 1
146
146
  invalid_properties.push('invalid value for "registry_path", the character length must be great than or equal to 1.')
147
147
  end
@@ -152,28 +152,14 @@ module PulpContainerClient
152
152
  # Check to see if the all the properties in the model are valid
153
153
  # @return true if the model is valid
154
154
  def valid?
155
- return false if @name.nil?
156
- return false if @name.to_s.length < 1
157
155
  return false if @base_path.nil?
158
156
  return false if @base_path.to_s.length < 1
157
+ return false if @name.nil?
158
+ return false if @name.to_s.length < 1
159
159
  return false if !@registry_path.nil? && @registry_path.to_s.length < 1
160
160
  true
161
161
  end
162
162
 
163
- # Custom attribute writer method with validation
164
- # @param [Object] name Value to be assigned
165
- def name=(name)
166
- if name.nil?
167
- fail ArgumentError, 'name cannot be nil'
168
- end
169
-
170
- if name.to_s.length < 1
171
- fail ArgumentError, 'invalid value for "name", the character length must be great than or equal to 1.'
172
- end
173
-
174
- @name = name
175
- end
176
-
177
163
  # Custom attribute writer method with validation
178
164
  # @param [Object] base_path Value to be assigned
179
165
  def base_path=(base_path)
@@ -188,6 +174,20 @@ module PulpContainerClient
188
174
  @base_path = base_path
189
175
  end
190
176
 
177
+ # Custom attribute writer method with validation
178
+ # @param [Object] name Value to be assigned
179
+ def name=(name)
180
+ if name.nil?
181
+ fail ArgumentError, 'name cannot be nil'
182
+ end
183
+
184
+ if name.to_s.length < 1
185
+ fail ArgumentError, 'invalid value for "name", the character length must be great than or equal to 1.'
186
+ end
187
+
188
+ @name = name
189
+ end
190
+
191
191
  # Custom attribute writer method with validation
192
192
  # @param [Object] registry_path Value to be assigned
193
193
  def registry_path=(registry_path)
@@ -203,13 +203,13 @@ module PulpContainerClient
203
203
  def ==(o)
204
204
  return true if self.equal?(o)
205
205
  self.class == o.class &&
206
+ base_path == o.base_path &&
207
+ repository_version == o.repository_version &&
206
208
  repository == o.repository &&
207
209
  content_guard == o.content_guard &&
208
- name == o.name &&
209
210
  pulp_href == o.pulp_href &&
210
- base_path == o.base_path &&
211
+ name == o.name &&
211
212
  pulp_created == o.pulp_created &&
212
- repository_version == o.repository_version &&
213
213
  registry_path == o.registry_path
214
214
  end
215
215
 
@@ -222,7 +222,7 @@ module PulpContainerClient
222
222
  # Calculates hash code according to all attributes.
223
223
  # @return [Integer] Hash code
224
224
  def hash
225
- [repository, content_guard, name, pulp_href, base_path, pulp_created, repository_version, registry_path].hash
225
+ [base_path, repository_version, repository, content_guard, pulp_href, name, pulp_created, registry_path].hash
226
226
  end
227
227
 
228
228
  # Builds the object from hash
@@ -14,39 +14,39 @@ require 'date'
14
14
 
15
15
  module PulpContainerClient
16
16
  class ContainerContainerDistributionRead
17
+ # The base (relative) path component of the published url. Avoid paths that overlap with other distribution base paths (e.g. \"foo\" and \"foo/bar\")
18
+ attr_accessor :base_path
19
+
20
+ # RepositoryVersion to be served
21
+ attr_accessor :repository_version
22
+
17
23
  # The latest RepositoryVersion for this Repository will be served.
18
24
  attr_accessor :repository
19
25
 
20
26
  # An optional content-guard.
21
27
  attr_accessor :content_guard
22
28
 
23
- # A unique name. Ex, `rawhide` and `stable`.
24
- attr_accessor :name
25
-
26
29
  attr_accessor :pulp_href
27
30
 
28
- # The base (relative) path component of the published url. Avoid paths that overlap with other distribution base paths (e.g. \"foo\" and \"foo/bar\")
29
- attr_accessor :base_path
31
+ # A unique name. Ex, `rawhide` and `stable`.
32
+ attr_accessor :name
30
33
 
31
34
  # Timestamp of creation.
32
35
  attr_accessor :pulp_created
33
36
 
34
- # RepositoryVersion to be served
35
- attr_accessor :repository_version
36
-
37
37
  # The Registry hostame/name/ to use with docker pull command defined by this distribution.
38
38
  attr_accessor :registry_path
39
39
 
40
40
  # Attribute mapping from ruby-style variable name to JSON key.
41
41
  def self.attribute_map
42
42
  {
43
+ :'base_path' => :'base_path',
44
+ :'repository_version' => :'repository_version',
43
45
  :'repository' => :'repository',
44
46
  :'content_guard' => :'content_guard',
45
- :'name' => :'name',
46
47
  :'pulp_href' => :'pulp_href',
47
- :'base_path' => :'base_path',
48
+ :'name' => :'name',
48
49
  :'pulp_created' => :'pulp_created',
49
- :'repository_version' => :'repository_version',
50
50
  :'registry_path' => :'registry_path'
51
51
  }
52
52
  end
@@ -54,13 +54,13 @@ module PulpContainerClient
54
54
  # Attribute type mapping.
55
55
  def self.openapi_types
56
56
  {
57
+ :'base_path' => :'String',
58
+ :'repository_version' => :'String',
57
59
  :'repository' => :'String',
58
60
  :'content_guard' => :'String',
59
- :'name' => :'String',
60
61
  :'pulp_href' => :'String',
61
- :'base_path' => :'String',
62
+ :'name' => :'String',
62
63
  :'pulp_created' => :'DateTime',
63
- :'repository_version' => :'String',
64
64
  :'registry_path' => :'String'
65
65
  }
66
66
  end
@@ -68,9 +68,9 @@ module PulpContainerClient
68
68
  # List of attributes with nullable: true
69
69
  def self.openapi_nullable
70
70
  Set.new([
71
+ :'repository_version',
71
72
  :'repository',
72
73
  :'content_guard',
73
- :'repository_version',
74
74
  ])
75
75
  end
76
76
 
@@ -89,6 +89,14 @@ module PulpContainerClient
89
89
  h[k.to_sym] = v
90
90
  }
91
91
 
92
+ if attributes.key?(:'base_path')
93
+ self.base_path = attributes[:'base_path']
94
+ end
95
+
96
+ if attributes.key?(:'repository_version')
97
+ self.repository_version = attributes[:'repository_version']
98
+ end
99
+
92
100
  if attributes.key?(:'repository')
93
101
  self.repository = attributes[:'repository']
94
102
  end
@@ -97,26 +105,18 @@ module PulpContainerClient
97
105
  self.content_guard = attributes[:'content_guard']
98
106
  end
99
107
 
100
- if attributes.key?(:'name')
101
- self.name = attributes[:'name']
102
- end
103
-
104
108
  if attributes.key?(:'pulp_href')
105
109
  self.pulp_href = attributes[:'pulp_href']
106
110
  end
107
111
 
108
- if attributes.key?(:'base_path')
109
- self.base_path = attributes[:'base_path']
112
+ if attributes.key?(:'name')
113
+ self.name = attributes[:'name']
110
114
  end
111
115
 
112
116
  if attributes.key?(:'pulp_created')
113
117
  self.pulp_created = attributes[:'pulp_created']
114
118
  end
115
119
 
116
- if attributes.key?(:'repository_version')
117
- self.repository_version = attributes[:'repository_version']
118
- end
119
-
120
120
  if attributes.key?(:'registry_path')
121
121
  self.registry_path = attributes[:'registry_path']
122
122
  end
@@ -126,14 +126,6 @@ module PulpContainerClient
126
126
  # @return Array for valid properties with the reasons
127
127
  def list_invalid_properties
128
128
  invalid_properties = Array.new
129
- if @name.nil?
130
- invalid_properties.push('invalid value for "name", name cannot be nil.')
131
- end
132
-
133
- if @name.to_s.length < 1
134
- invalid_properties.push('invalid value for "name", the character length must be great than or equal to 1.')
135
- end
136
-
137
129
  if @base_path.nil?
138
130
  invalid_properties.push('invalid value for "base_path", base_path cannot be nil.')
139
131
  end
@@ -142,6 +134,14 @@ module PulpContainerClient
142
134
  invalid_properties.push('invalid value for "base_path", the character length must be great than or equal to 1.')
143
135
  end
144
136
 
137
+ if @name.nil?
138
+ invalid_properties.push('invalid value for "name", name cannot be nil.')
139
+ end
140
+
141
+ if @name.to_s.length < 1
142
+ invalid_properties.push('invalid value for "name", the character length must be great than or equal to 1.')
143
+ end
144
+
145
145
  if !@registry_path.nil? && @registry_path.to_s.length < 1
146
146
  invalid_properties.push('invalid value for "registry_path", the character length must be great than or equal to 1.')
147
147
  end
@@ -152,28 +152,14 @@ module PulpContainerClient
152
152
  # Check to see if the all the properties in the model are valid
153
153
  # @return true if the model is valid
154
154
  def valid?
155
- return false if @name.nil?
156
- return false if @name.to_s.length < 1
157
155
  return false if @base_path.nil?
158
156
  return false if @base_path.to_s.length < 1
157
+ return false if @name.nil?
158
+ return false if @name.to_s.length < 1
159
159
  return false if !@registry_path.nil? && @registry_path.to_s.length < 1
160
160
  true
161
161
  end
162
162
 
163
- # Custom attribute writer method with validation
164
- # @param [Object] name Value to be assigned
165
- def name=(name)
166
- if name.nil?
167
- fail ArgumentError, 'name cannot be nil'
168
- end
169
-
170
- if name.to_s.length < 1
171
- fail ArgumentError, 'invalid value for "name", the character length must be great than or equal to 1.'
172
- end
173
-
174
- @name = name
175
- end
176
-
177
163
  # Custom attribute writer method with validation
178
164
  # @param [Object] base_path Value to be assigned
179
165
  def base_path=(base_path)
@@ -188,6 +174,20 @@ module PulpContainerClient
188
174
  @base_path = base_path
189
175
  end
190
176
 
177
+ # Custom attribute writer method with validation
178
+ # @param [Object] name Value to be assigned
179
+ def name=(name)
180
+ if name.nil?
181
+ fail ArgumentError, 'name cannot be nil'
182
+ end
183
+
184
+ if name.to_s.length < 1
185
+ fail ArgumentError, 'invalid value for "name", the character length must be great than or equal to 1.'
186
+ end
187
+
188
+ @name = name
189
+ end
190
+
191
191
  # Custom attribute writer method with validation
192
192
  # @param [Object] registry_path Value to be assigned
193
193
  def registry_path=(registry_path)
@@ -203,13 +203,13 @@ module PulpContainerClient
203
203
  def ==(o)
204
204
  return true if self.equal?(o)
205
205
  self.class == o.class &&
206
+ base_path == o.base_path &&
207
+ repository_version == o.repository_version &&
206
208
  repository == o.repository &&
207
209
  content_guard == o.content_guard &&
208
- name == o.name &&
209
210
  pulp_href == o.pulp_href &&
210
- base_path == o.base_path &&
211
+ name == o.name &&
211
212
  pulp_created == o.pulp_created &&
212
- repository_version == o.repository_version &&
213
213
  registry_path == o.registry_path
214
214
  end
215
215
 
@@ -222,7 +222,7 @@ module PulpContainerClient
222
222
  # Calculates hash code according to all attributes.
223
223
  # @return [Integer] Hash code
224
224
  def hash
225
- [repository, content_guard, name, pulp_href, base_path, pulp_created, repository_version, registry_path].hash
225
+ [base_path, repository_version, repository, content_guard, pulp_href, name, pulp_created, registry_path].hash
226
226
  end
227
227
 
228
228
  # Builds the object from hash
@@ -11,5 +11,5 @@ OpenAPI Generator version: 4.2.3
11
11
  =end
12
12
 
13
13
  module PulpContainerClient
14
- VERSION = '1.5.0.dev01593193888'
14
+ VERSION = '1.5.0.dev01593638309'
15
15
  end
@@ -32,43 +32,43 @@ describe 'ContainerContainerDistributionRead' do
32
32
  expect(@instance).to be_instance_of(PulpContainerClient::ContainerContainerDistributionRead)
33
33
  end
34
34
  end
35
- describe 'test attribute "repository"' do
35
+ describe 'test attribute "base_path"' 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 "content_guard"' do
41
+ describe 'test attribute "repository_version"' 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 "name"' do
47
+ describe 'test attribute "repository"' 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
51
51
  end
52
52
 
53
- describe 'test attribute "pulp_href"' do
53
+ describe 'test attribute "content_guard"' do
54
54
  it 'should work' do
55
55
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
56
56
  end
57
57
  end
58
58
 
59
- describe 'test attribute "base_path"' do
59
+ describe 'test attribute "pulp_href"' do
60
60
  it 'should work' do
61
61
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
62
62
  end
63
63
  end
64
64
 
65
- describe 'test attribute "pulp_created"' do
65
+ describe 'test attribute "name"' do
66
66
  it 'should work' do
67
67
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
68
68
  end
69
69
  end
70
70
 
71
- describe 'test attribute "repository_version"' do
71
+ describe 'test attribute "pulp_created"' do
72
72
  it 'should work' do
73
73
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
74
74
  end
@@ -32,43 +32,43 @@ describe 'ContainerContainerDistribution' do
32
32
  expect(@instance).to be_instance_of(PulpContainerClient::ContainerContainerDistribution)
33
33
  end
34
34
  end
35
- describe 'test attribute "repository"' do
35
+ describe 'test attribute "base_path"' 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 "content_guard"' do
41
+ describe 'test attribute "repository_version"' 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 "name"' do
47
+ describe 'test attribute "repository"' 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
51
51
  end
52
52
 
53
- describe 'test attribute "pulp_href"' do
53
+ describe 'test attribute "content_guard"' do
54
54
  it 'should work' do
55
55
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
56
56
  end
57
57
  end
58
58
 
59
- describe 'test attribute "base_path"' do
59
+ describe 'test attribute "pulp_href"' do
60
60
  it 'should work' do
61
61
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
62
62
  end
63
63
  end
64
64
 
65
- describe 'test attribute "pulp_created"' do
65
+ describe 'test attribute "name"' do
66
66
  it 'should work' do
67
67
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
68
68
  end
69
69
  end
70
70
 
71
- describe 'test attribute "repository_version"' do
71
+ describe 'test attribute "pulp_created"' do
72
72
  it 'should work' do
73
73
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
74
74
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pulp_container_client
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.5.0.dev01593193888
4
+ version: 1.5.0.dev01593638309
5
5
  platform: ruby
6
6
  authors:
7
7
  - OpenAPI-Generator
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-06-26 00:00:00.000000000 Z
11
+ date: 2020-07-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday