pulp_container_client 2.10.5 → 2.10.8

Sign up to get free protection for your applications and to get access to all the features.
Files changed (24) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +4 -4
  3. data/docs/ContainerContainerDistribution.md +2 -2
  4. data/docs/ContainerContainerDistributionResponse.md +5 -5
  5. data/docs/ContainerContainerPushRepository.md +3 -3
  6. data/docs/ContainerContainerPushRepositoryResponse.md +9 -9
  7. data/docs/PatchedcontainerContainerDistribution.md +2 -2
  8. data/docs/PatchedcontainerContainerPushRepository.md +3 -3
  9. data/lib/pulp_container_client/api_client.rb +1 -1
  10. data/lib/pulp_container_client/models/container_container_distribution.rb +11 -11
  11. data/lib/pulp_container_client/models/container_container_distribution_response.rb +20 -20
  12. data/lib/pulp_container_client/models/container_container_push_repository.rb +39 -39
  13. data/lib/pulp_container_client/models/container_container_push_repository_response.rb +38 -38
  14. data/lib/pulp_container_client/models/patchedcontainer_container_distribution.rb +11 -11
  15. data/lib/pulp_container_client/models/patchedcontainer_container_push_repository.rb +30 -30
  16. data/lib/pulp_container_client/version.rb +1 -1
  17. data/pulp_container_client.gemspec +1 -1
  18. data/spec/models/container_container_distribution_response_spec.rb +7 -7
  19. data/spec/models/container_container_distribution_spec.rb +3 -3
  20. data/spec/models/container_container_push_repository_response_spec.rb +6 -6
  21. data/spec/models/container_container_push_repository_spec.rb +3 -3
  22. data/spec/models/patchedcontainer_container_distribution_spec.rb +3 -3
  23. data/spec/models/patchedcontainer_container_push_repository_spec.rb +3 -3
  24. metadata +47 -47
@@ -15,11 +15,12 @@ require 'date'
15
15
  module PulpContainerClient
16
16
  # Serializer for Container Push Repositories.
17
17
  class ContainerContainerPushRepositoryResponse
18
- attr_accessor :pulp_href
18
+ attr_accessor :pulp_labels
19
19
 
20
- attr_accessor :versions_href
20
+ attr_accessor :pulp_href
21
21
 
22
- attr_accessor :pulp_labels
22
+ # A unique name for this repository.
23
+ attr_accessor :name
23
24
 
24
25
  # An optional description.
25
26
  attr_accessor :description
@@ -27,39 +28,38 @@ module PulpContainerClient
27
28
  # Retain X versions of the repository. Default is null which retains all versions. This is provided as a tech preview in Pulp 3 and may change in the future.
28
29
  attr_accessor :retain_repo_versions
29
30
 
30
- attr_accessor :latest_version_href
31
-
32
- # A unique name for this repository.
33
- attr_accessor :name
34
-
35
31
  # Timestamp of creation.
36
32
  attr_accessor :pulp_created
37
33
 
34
+ attr_accessor :latest_version_href
35
+
36
+ attr_accessor :versions_href
37
+
38
38
  # Attribute mapping from ruby-style variable name to JSON key.
39
39
  def self.attribute_map
40
40
  {
41
- :'pulp_href' => :'pulp_href',
42
- :'versions_href' => :'versions_href',
43
41
  :'pulp_labels' => :'pulp_labels',
42
+ :'pulp_href' => :'pulp_href',
43
+ :'name' => :'name',
44
44
  :'description' => :'description',
45
45
  :'retain_repo_versions' => :'retain_repo_versions',
46
+ :'pulp_created' => :'pulp_created',
46
47
  :'latest_version_href' => :'latest_version_href',
47
- :'name' => :'name',
48
- :'pulp_created' => :'pulp_created'
48
+ :'versions_href' => :'versions_href'
49
49
  }
50
50
  end
51
51
 
52
52
  # Attribute type mapping.
53
53
  def self.openapi_types
54
54
  {
55
- :'pulp_href' => :'String',
56
- :'versions_href' => :'String',
57
55
  :'pulp_labels' => :'Object',
56
+ :'pulp_href' => :'String',
57
+ :'name' => :'String',
58
58
  :'description' => :'String',
59
59
  :'retain_repo_versions' => :'Integer',
60
+ :'pulp_created' => :'DateTime',
60
61
  :'latest_version_href' => :'String',
61
- :'name' => :'String',
62
- :'pulp_created' => :'DateTime'
62
+ :'versions_href' => :'String'
63
63
  }
64
64
  end
65
65
 
@@ -86,16 +86,16 @@ module PulpContainerClient
86
86
  h[k.to_sym] = v
87
87
  }
88
88
 
89
- if attributes.key?(:'pulp_href')
90
- self.pulp_href = attributes[:'pulp_href']
89
+ if attributes.key?(:'pulp_labels')
90
+ self.pulp_labels = attributes[:'pulp_labels']
91
91
  end
92
92
 
93
- if attributes.key?(:'versions_href')
94
- self.versions_href = attributes[:'versions_href']
93
+ if attributes.key?(:'pulp_href')
94
+ self.pulp_href = attributes[:'pulp_href']
95
95
  end
96
96
 
97
- if attributes.key?(:'pulp_labels')
98
- self.pulp_labels = attributes[:'pulp_labels']
97
+ if attributes.key?(:'name')
98
+ self.name = attributes[:'name']
99
99
  end
100
100
 
101
101
  if attributes.key?(:'description')
@@ -106,16 +106,16 @@ module PulpContainerClient
106
106
  self.retain_repo_versions = attributes[:'retain_repo_versions']
107
107
  end
108
108
 
109
- if attributes.key?(:'latest_version_href')
110
- self.latest_version_href = attributes[:'latest_version_href']
109
+ if attributes.key?(:'pulp_created')
110
+ self.pulp_created = attributes[:'pulp_created']
111
111
  end
112
112
 
113
- if attributes.key?(:'name')
114
- self.name = attributes[:'name']
113
+ if attributes.key?(:'latest_version_href')
114
+ self.latest_version_href = attributes[:'latest_version_href']
115
115
  end
116
116
 
117
- if attributes.key?(:'pulp_created')
118
- self.pulp_created = attributes[:'pulp_created']
117
+ if attributes.key?(:'versions_href')
118
+ self.versions_href = attributes[:'versions_href']
119
119
  end
120
120
  end
121
121
 
@@ -123,22 +123,22 @@ module PulpContainerClient
123
123
  # @return Array for valid properties with the reasons
124
124
  def list_invalid_properties
125
125
  invalid_properties = Array.new
126
- if !@retain_repo_versions.nil? && @retain_repo_versions < 1
127
- invalid_properties.push('invalid value for "retain_repo_versions", must be greater than or equal to 1.')
128
- end
129
-
130
126
  if @name.nil?
131
127
  invalid_properties.push('invalid value for "name", name cannot be nil.')
132
128
  end
133
129
 
130
+ if !@retain_repo_versions.nil? && @retain_repo_versions < 1
131
+ invalid_properties.push('invalid value for "retain_repo_versions", must be greater than or equal to 1.')
132
+ end
133
+
134
134
  invalid_properties
135
135
  end
136
136
 
137
137
  # Check to see if the all the properties in the model are valid
138
138
  # @return true if the model is valid
139
139
  def valid?
140
- return false if !@retain_repo_versions.nil? && @retain_repo_versions < 1
141
140
  return false if @name.nil?
141
+ return false if !@retain_repo_versions.nil? && @retain_repo_versions < 1
142
142
  true
143
143
  end
144
144
 
@@ -157,14 +157,14 @@ module PulpContainerClient
157
157
  def ==(o)
158
158
  return true if self.equal?(o)
159
159
  self.class == o.class &&
160
- pulp_href == o.pulp_href &&
161
- versions_href == o.versions_href &&
162
160
  pulp_labels == o.pulp_labels &&
161
+ pulp_href == o.pulp_href &&
162
+ name == o.name &&
163
163
  description == o.description &&
164
164
  retain_repo_versions == o.retain_repo_versions &&
165
+ pulp_created == o.pulp_created &&
165
166
  latest_version_href == o.latest_version_href &&
166
- name == o.name &&
167
- pulp_created == o.pulp_created
167
+ versions_href == o.versions_href
168
168
  end
169
169
 
170
170
  # @see the `==` method
@@ -176,7 +176,7 @@ module PulpContainerClient
176
176
  # Calculates hash code according to all attributes.
177
177
  # @return [Integer] Hash code
178
178
  def hash
179
- [pulp_href, versions_href, pulp_labels, description, retain_repo_versions, latest_version_href, name, pulp_created].hash
179
+ [pulp_labels, pulp_href, name, description, retain_repo_versions, pulp_created, latest_version_href, versions_href].hash
180
180
  end
181
181
 
182
182
  # Builds the object from hash
@@ -20,15 +20,15 @@ module PulpContainerClient
20
20
  # An optional content-guard. If none is specified, a default one will be used.
21
21
  attr_accessor :content_guard
22
22
 
23
- # The latest RepositoryVersion for this Repository will be served.
24
- attr_accessor :repository
25
-
26
23
  # The base (relative) path component of the published url. Avoid paths that overlap with other distribution base paths (e.g. \"foo\" and \"foo/bar\")
27
24
  attr_accessor :base_path
28
25
 
29
26
  # A unique name. Ex, `rawhide` and `stable`.
30
27
  attr_accessor :name
31
28
 
29
+ # The latest RepositoryVersion for this Repository will be served.
30
+ attr_accessor :repository
31
+
32
32
  # RepositoryVersion to be served
33
33
  attr_accessor :repository_version
34
34
 
@@ -43,9 +43,9 @@ module PulpContainerClient
43
43
  {
44
44
  :'pulp_labels' => :'pulp_labels',
45
45
  :'content_guard' => :'content_guard',
46
- :'repository' => :'repository',
47
46
  :'base_path' => :'base_path',
48
47
  :'name' => :'name',
48
+ :'repository' => :'repository',
49
49
  :'repository_version' => :'repository_version',
50
50
  :'private' => :'private',
51
51
  :'description' => :'description'
@@ -57,9 +57,9 @@ module PulpContainerClient
57
57
  {
58
58
  :'pulp_labels' => :'Object',
59
59
  :'content_guard' => :'String',
60
- :'repository' => :'String',
61
60
  :'base_path' => :'String',
62
61
  :'name' => :'String',
62
+ :'repository' => :'String',
63
63
  :'repository_version' => :'String',
64
64
  :'private' => :'Boolean',
65
65
  :'description' => :'String'
@@ -98,10 +98,6 @@ module PulpContainerClient
98
98
  self.content_guard = attributes[:'content_guard']
99
99
  end
100
100
 
101
- if attributes.key?(:'repository')
102
- self.repository = attributes[:'repository']
103
- end
104
-
105
101
  if attributes.key?(:'base_path')
106
102
  self.base_path = attributes[:'base_path']
107
103
  end
@@ -110,6 +106,10 @@ module PulpContainerClient
110
106
  self.name = attributes[:'name']
111
107
  end
112
108
 
109
+ if attributes.key?(:'repository')
110
+ self.repository = attributes[:'repository']
111
+ end
112
+
113
113
  if attributes.key?(:'repository_version')
114
114
  self.repository_version = attributes[:'repository_version']
115
115
  end
@@ -188,9 +188,9 @@ module PulpContainerClient
188
188
  self.class == o.class &&
189
189
  pulp_labels == o.pulp_labels &&
190
190
  content_guard == o.content_guard &&
191
- repository == o.repository &&
192
191
  base_path == o.base_path &&
193
192
  name == o.name &&
193
+ repository == o.repository &&
194
194
  repository_version == o.repository_version &&
195
195
  private == o.private &&
196
196
  description == o.description
@@ -205,7 +205,7 @@ module PulpContainerClient
205
205
  # Calculates hash code according to all attributes.
206
206
  # @return [Integer] Hash code
207
207
  def hash
208
- [pulp_labels, content_guard, repository, base_path, name, repository_version, private, description].hash
208
+ [pulp_labels, content_guard, base_path, name, repository, repository_version, private, description].hash
209
209
  end
210
210
 
211
211
  # Builds the object from hash
@@ -17,22 +17,22 @@ module PulpContainerClient
17
17
  class PatchedcontainerContainerPushRepository
18
18
  attr_accessor :pulp_labels
19
19
 
20
+ # A unique name for this repository.
21
+ attr_accessor :name
22
+
20
23
  # An optional description.
21
24
  attr_accessor :description
22
25
 
23
26
  # Retain X versions of the repository. Default is null which retains all versions. This is provided as a tech preview in Pulp 3 and may change in the future.
24
27
  attr_accessor :retain_repo_versions
25
28
 
26
- # A unique name for this repository.
27
- attr_accessor :name
28
-
29
29
  # Attribute mapping from ruby-style variable name to JSON key.
30
30
  def self.attribute_map
31
31
  {
32
32
  :'pulp_labels' => :'pulp_labels',
33
+ :'name' => :'name',
33
34
  :'description' => :'description',
34
- :'retain_repo_versions' => :'retain_repo_versions',
35
- :'name' => :'name'
35
+ :'retain_repo_versions' => :'retain_repo_versions'
36
36
  }
37
37
  end
38
38
 
@@ -40,9 +40,9 @@ module PulpContainerClient
40
40
  def self.openapi_types
41
41
  {
42
42
  :'pulp_labels' => :'Object',
43
+ :'name' => :'String',
43
44
  :'description' => :'String',
44
- :'retain_repo_versions' => :'Integer',
45
- :'name' => :'String'
45
+ :'retain_repo_versions' => :'Integer'
46
46
  }
47
47
  end
48
48
 
@@ -50,7 +50,7 @@ module PulpContainerClient
50
50
  def self.openapi_nullable
51
51
  Set.new([
52
52
  :'description',
53
- :'retain_repo_versions',
53
+ :'retain_repo_versions'
54
54
  ])
55
55
  end
56
56
 
@@ -73,6 +73,10 @@ module PulpContainerClient
73
73
  self.pulp_labels = attributes[:'pulp_labels']
74
74
  end
75
75
 
76
+ if attributes.key?(:'name')
77
+ self.name = attributes[:'name']
78
+ end
79
+
76
80
  if attributes.key?(:'description')
77
81
  self.description = attributes[:'description']
78
82
  end
@@ -80,16 +84,16 @@ module PulpContainerClient
80
84
  if attributes.key?(:'retain_repo_versions')
81
85
  self.retain_repo_versions = attributes[:'retain_repo_versions']
82
86
  end
83
-
84
- if attributes.key?(:'name')
85
- self.name = attributes[:'name']
86
- end
87
87
  end
88
88
 
89
89
  # Show invalid properties with the reasons. Usually used together with valid?
90
90
  # @return Array for valid properties with the reasons
91
91
  def list_invalid_properties
92
92
  invalid_properties = Array.new
93
+ if !@name.nil? && @name.to_s.length < 1
94
+ invalid_properties.push('invalid value for "name", the character length must be great than or equal to 1.')
95
+ end
96
+
93
97
  if !@description.nil? && @description.to_s.length < 1
94
98
  invalid_properties.push('invalid value for "description", the character length must be great than or equal to 1.')
95
99
  end
@@ -98,22 +102,28 @@ module PulpContainerClient
98
102
  invalid_properties.push('invalid value for "retain_repo_versions", must be greater than or equal to 1.')
99
103
  end
100
104
 
101
- if !@name.nil? && @name.to_s.length < 1
102
- invalid_properties.push('invalid value for "name", the character length must be great than or equal to 1.')
103
- end
104
-
105
105
  invalid_properties
106
106
  end
107
107
 
108
108
  # Check to see if the all the properties in the model are valid
109
109
  # @return true if the model is valid
110
110
  def valid?
111
+ return false if !@name.nil? && @name.to_s.length < 1
111
112
  return false if !@description.nil? && @description.to_s.length < 1
112
113
  return false if !@retain_repo_versions.nil? && @retain_repo_versions < 1
113
- return false if !@name.nil? && @name.to_s.length < 1
114
114
  true
115
115
  end
116
116
 
117
+ # Custom attribute writer method with validation
118
+ # @param [Object] name Value to be assigned
119
+ def name=(name)
120
+ if !name.nil? && name.to_s.length < 1
121
+ fail ArgumentError, 'invalid value for "name", the character length must be great than or equal to 1.'
122
+ end
123
+
124
+ @name = name
125
+ end
126
+
117
127
  # Custom attribute writer method with validation
118
128
  # @param [Object] description Value to be assigned
119
129
  def description=(description)
@@ -134,25 +144,15 @@ module PulpContainerClient
134
144
  @retain_repo_versions = retain_repo_versions
135
145
  end
136
146
 
137
- # Custom attribute writer method with validation
138
- # @param [Object] name Value to be assigned
139
- def name=(name)
140
- if !name.nil? && name.to_s.length < 1
141
- fail ArgumentError, 'invalid value for "name", the character length must be great than or equal to 1.'
142
- end
143
-
144
- @name = name
145
- end
146
-
147
147
  # Checks equality by comparing each attribute.
148
148
  # @param [Object] Object to be compared
149
149
  def ==(o)
150
150
  return true if self.equal?(o)
151
151
  self.class == o.class &&
152
152
  pulp_labels == o.pulp_labels &&
153
+ name == o.name &&
153
154
  description == o.description &&
154
- retain_repo_versions == o.retain_repo_versions &&
155
- name == o.name
155
+ retain_repo_versions == o.retain_repo_versions
156
156
  end
157
157
 
158
158
  # @see the `==` method
@@ -164,7 +164,7 @@ module PulpContainerClient
164
164
  # Calculates hash code according to all attributes.
165
165
  # @return [Integer] Hash code
166
166
  def hash
167
- [pulp_labels, description, retain_repo_versions, name].hash
167
+ [pulp_labels, name, description, retain_repo_versions].hash
168
168
  end
169
169
 
170
170
  # Builds the object from hash
@@ -11,5 +11,5 @@ OpenAPI Generator version: 4.3.1
11
11
  =end
12
12
 
13
13
  module PulpContainerClient
14
- VERSION = '2.10.5'
14
+ VERSION = '2.10.8'
15
15
  end
@@ -27,7 +27,7 @@ Gem::Specification.new do |s|
27
27
  s.license = 'GPLv2+'
28
28
  s.required_ruby_version = ">= 1.9"
29
29
 
30
- s.add_runtime_dependency 'faraday', '>= 0.17', '< 1.9.0'
30
+ s.add_runtime_dependency 'faraday', '>= 1.0.1', '< 2.0'
31
31
  s.add_runtime_dependency 'json', '~> 2.1', '>= 2.1.0'
32
32
 
33
33
  s.add_development_dependency 'rspec', '~> 3.6', '>= 3.6.0'
@@ -32,43 +32,43 @@ describe 'ContainerContainerDistributionResponse' do
32
32
  expect(@instance).to be_instance_of(PulpContainerClient::ContainerContainerDistributionResponse)
33
33
  end
34
34
  end
35
- describe 'test attribute "pulp_href"' do
35
+ describe 'test attribute "pulp_labels"' 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 "pulp_labels"' do
41
+ describe 'test attribute "content_guard"' 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 "content_guard"' do
47
+ describe 'test attribute "base_path"' 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 "repository"' do
53
+ describe 'test attribute "pulp_href"' 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 "name"' 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 "name"' do
65
+ describe 'test attribute "pulp_created"' 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 "pulp_created"' do
71
+ describe 'test attribute "repository"' 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
@@ -44,19 +44,19 @@ describe 'ContainerContainerDistribution' do
44
44
  end
45
45
  end
46
46
 
47
- describe 'test attribute "repository"' do
47
+ describe 'test attribute "base_path"' 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 "base_path"' do
53
+ describe 'test attribute "name"' 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 "name"' do
59
+ describe 'test attribute "repository"' 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
@@ -32,19 +32,19 @@ describe 'ContainerContainerPushRepositoryResponse' do
32
32
  expect(@instance).to be_instance_of(PulpContainerClient::ContainerContainerPushRepositoryResponse)
33
33
  end
34
34
  end
35
- describe 'test attribute "pulp_href"' do
35
+ describe 'test attribute "pulp_labels"' 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 "versions_href"' do
41
+ describe 'test attribute "pulp_href"' 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 "pulp_labels"' do
47
+ describe 'test attribute "name"' 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
@@ -62,19 +62,19 @@ describe 'ContainerContainerPushRepositoryResponse' do
62
62
  end
63
63
  end
64
64
 
65
- describe 'test attribute "latest_version_href"' do
65
+ describe 'test attribute "pulp_created"' 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 "name"' do
71
+ describe 'test attribute "latest_version_href"' 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
75
75
  end
76
76
 
77
- describe 'test attribute "pulp_created"' do
77
+ describe 'test attribute "versions_href"' do
78
78
  it 'should work' do
79
79
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
80
80
  end
@@ -38,19 +38,19 @@ describe 'ContainerContainerPushRepository' do
38
38
  end
39
39
  end
40
40
 
41
- describe 'test attribute "description"' do
41
+ describe 'test attribute "name"' 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 "retain_repo_versions"' do
47
+ describe 'test attribute "description"' 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 "name"' do
53
+ describe 'test attribute "retain_repo_versions"' 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
@@ -44,19 +44,19 @@ describe 'PatchedcontainerContainerDistribution' do
44
44
  end
45
45
  end
46
46
 
47
- describe 'test attribute "repository"' do
47
+ describe 'test attribute "base_path"' 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 "base_path"' do
53
+ describe 'test attribute "name"' 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 "name"' do
59
+ describe 'test attribute "repository"' 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
@@ -38,19 +38,19 @@ describe 'PatchedcontainerContainerPushRepository' do
38
38
  end
39
39
  end
40
40
 
41
- describe 'test attribute "description"' do
41
+ describe 'test attribute "name"' 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 "retain_repo_versions"' do
47
+ describe 'test attribute "description"' 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 "name"' do
53
+ describe 'test attribute "retain_repo_versions"' 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