pulp_rpm_client 3.25.5 → 3.26.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (96) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +4 -4
  3. data/docs/ArtifactResponse.md +2 -0
  4. data/docs/PaginatedRepositoryVersionResponseList.md +2 -2
  5. data/docs/PaginatedrpmDistributionTreeResponseList.md +2 -2
  6. data/docs/PaginatedrpmModulemdDefaultsResponseList.md +2 -2
  7. data/docs/PaginatedrpmModulemdObsoleteResponseList.md +2 -2
  8. data/docs/PaginatedrpmModulemdResponseList.md +2 -2
  9. data/docs/PaginatedrpmPackageCategoryResponseList.md +2 -2
  10. data/docs/PaginatedrpmPackageEnvironmentResponseList.md +2 -2
  11. data/docs/PaginatedrpmPackageGroupResponseList.md +2 -2
  12. data/docs/PaginatedrpmPackageLangpacksResponseList.md +2 -2
  13. data/docs/PaginatedrpmPackageResponseList.md +2 -2
  14. data/docs/PaginatedrpmRepoMetadataFileResponseList.md +2 -2
  15. data/docs/PaginatedrpmRpmAlternateContentSourceResponseList.md +2 -2
  16. data/docs/PaginatedrpmRpmDistributionResponseList.md +2 -2
  17. data/docs/PaginatedrpmRpmPublicationResponseList.md +2 -2
  18. data/docs/PaginatedrpmRpmRemoteResponseList.md +2 -2
  19. data/docs/PaginatedrpmRpmRepositoryResponseList.md +2 -2
  20. data/docs/PaginatedrpmUlnRemoteResponseList.md +2 -2
  21. data/docs/PaginatedrpmUpdateRecordResponseList.md +2 -2
  22. data/docs/RepositoryVersionResponse.md +2 -0
  23. data/docs/RpmModulemdDefaultsResponse.md +2 -0
  24. data/docs/RpmModulemdObsoleteResponse.md +2 -0
  25. data/docs/RpmModulemdResponse.md +2 -0
  26. data/docs/RpmPackageCategoryResponse.md +2 -0
  27. data/docs/RpmPackageEnvironmentResponse.md +2 -0
  28. data/docs/RpmPackageGroupResponse.md +2 -0
  29. data/docs/RpmPackageLangpacksResponse.md +2 -0
  30. data/docs/RpmPackageResponse.md +2 -0
  31. data/docs/RpmRepoMetadataFileResponse.md +2 -0
  32. data/docs/RpmRpmAlternateContentSourceResponse.md +2 -0
  33. data/docs/RpmRpmDistributionResponse.md +2 -0
  34. data/docs/RpmRpmPublicationResponse.md +2 -0
  35. data/docs/RpmRpmRemoteResponse.md +2 -2
  36. data/docs/RpmRpmRemoteResponseHiddenFields.md +2 -2
  37. data/docs/RpmRpmRepositoryResponse.md +2 -0
  38. data/docs/RpmUlnRemoteResponse.md +2 -2
  39. data/docs/RpmUpdateRecordResponse.md +2 -0
  40. data/lib/pulp_rpm_client/models/artifact_response.rb +11 -1
  41. data/lib/pulp_rpm_client/models/paginated_repository_version_response_list.rb +10 -0
  42. data/lib/pulp_rpm_client/models/paginatedrpm_distribution_tree_response_list.rb +10 -0
  43. data/lib/pulp_rpm_client/models/paginatedrpm_modulemd_defaults_response_list.rb +10 -0
  44. data/lib/pulp_rpm_client/models/paginatedrpm_modulemd_obsolete_response_list.rb +10 -0
  45. data/lib/pulp_rpm_client/models/paginatedrpm_modulemd_response_list.rb +10 -0
  46. data/lib/pulp_rpm_client/models/paginatedrpm_package_category_response_list.rb +10 -0
  47. data/lib/pulp_rpm_client/models/paginatedrpm_package_environment_response_list.rb +10 -0
  48. data/lib/pulp_rpm_client/models/paginatedrpm_package_group_response_list.rb +10 -0
  49. data/lib/pulp_rpm_client/models/paginatedrpm_package_langpacks_response_list.rb +10 -0
  50. data/lib/pulp_rpm_client/models/paginatedrpm_package_response_list.rb +10 -0
  51. data/lib/pulp_rpm_client/models/paginatedrpm_repo_metadata_file_response_list.rb +10 -0
  52. data/lib/pulp_rpm_client/models/paginatedrpm_rpm_alternate_content_source_response_list.rb +10 -0
  53. data/lib/pulp_rpm_client/models/paginatedrpm_rpm_distribution_response_list.rb +10 -0
  54. data/lib/pulp_rpm_client/models/paginatedrpm_rpm_publication_response_list.rb +10 -0
  55. data/lib/pulp_rpm_client/models/paginatedrpm_rpm_remote_response_list.rb +10 -0
  56. data/lib/pulp_rpm_client/models/paginatedrpm_rpm_repository_response_list.rb +10 -0
  57. data/lib/pulp_rpm_client/models/paginatedrpm_uln_remote_response_list.rb +10 -0
  58. data/lib/pulp_rpm_client/models/paginatedrpm_update_record_response_list.rb +10 -0
  59. data/lib/pulp_rpm_client/models/repository_version_response.rb +11 -1
  60. data/lib/pulp_rpm_client/models/rpm_modulemd_defaults_response.rb +11 -1
  61. data/lib/pulp_rpm_client/models/rpm_modulemd_obsolete_response.rb +11 -1
  62. data/lib/pulp_rpm_client/models/rpm_modulemd_response.rb +11 -1
  63. data/lib/pulp_rpm_client/models/rpm_package_category_response.rb +11 -1
  64. data/lib/pulp_rpm_client/models/rpm_package_environment_response.rb +11 -1
  65. data/lib/pulp_rpm_client/models/rpm_package_group_response.rb +11 -1
  66. data/lib/pulp_rpm_client/models/rpm_package_langpacks_response.rb +11 -1
  67. data/lib/pulp_rpm_client/models/rpm_package_response.rb +11 -1
  68. data/lib/pulp_rpm_client/models/rpm_repo_metadata_file_response.rb +11 -1
  69. data/lib/pulp_rpm_client/models/rpm_rpm_alternate_content_source_response.rb +11 -1
  70. data/lib/pulp_rpm_client/models/rpm_rpm_distribution_response.rb +11 -1
  71. data/lib/pulp_rpm_client/models/rpm_rpm_publication_response.rb +11 -1
  72. data/lib/pulp_rpm_client/models/rpm_rpm_remote_response.rb +11 -11
  73. data/lib/pulp_rpm_client/models/rpm_rpm_remote_response_hidden_fields.rb +10 -0
  74. data/lib/pulp_rpm_client/models/rpm_rpm_repository_response.rb +11 -1
  75. data/lib/pulp_rpm_client/models/rpm_uln_remote_response.rb +11 -11
  76. data/lib/pulp_rpm_client/models/rpm_update_record_response.rb +11 -1
  77. data/lib/pulp_rpm_client/version.rb +1 -1
  78. data/spec/models/artifact_response_spec.rb +6 -0
  79. data/spec/models/repository_version_response_spec.rb +6 -0
  80. data/spec/models/rpm_modulemd_defaults_response_spec.rb +6 -0
  81. data/spec/models/rpm_modulemd_obsolete_response_spec.rb +6 -0
  82. data/spec/models/rpm_modulemd_response_spec.rb +6 -0
  83. data/spec/models/rpm_package_category_response_spec.rb +6 -0
  84. data/spec/models/rpm_package_environment_response_spec.rb +6 -0
  85. data/spec/models/rpm_package_group_response_spec.rb +6 -0
  86. data/spec/models/rpm_package_langpacks_response_spec.rb +6 -0
  87. data/spec/models/rpm_package_response_spec.rb +6 -0
  88. data/spec/models/rpm_repo_metadata_file_response_spec.rb +6 -0
  89. data/spec/models/rpm_rpm_alternate_content_source_response_spec.rb +6 -0
  90. data/spec/models/rpm_rpm_distribution_response_spec.rb +6 -0
  91. data/spec/models/rpm_rpm_publication_response_spec.rb +6 -0
  92. data/spec/models/rpm_rpm_remote_response_spec.rb +6 -6
  93. data/spec/models/rpm_rpm_repository_response_spec.rb +6 -0
  94. data/spec/models/rpm_uln_remote_response_spec.rb +6 -6
  95. data/spec/models/rpm_update_record_response_spec.rb +6 -0
  96. metadata +1 -1
@@ -20,6 +20,9 @@ module PulpRpmClient
20
20
  # Timestamp of creation.
21
21
  attr_accessor :pulp_created
22
22
 
23
+ # Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same.
24
+ attr_accessor :pulp_last_updated
25
+
23
26
  attr_accessor :versions_href
24
27
 
25
28
  attr_accessor :pulp_labels
@@ -76,6 +79,7 @@ module PulpRpmClient
76
79
  {
77
80
  :'pulp_href' => :'pulp_href',
78
81
  :'pulp_created' => :'pulp_created',
82
+ :'pulp_last_updated' => :'pulp_last_updated',
79
83
  :'versions_href' => :'versions_href',
80
84
  :'pulp_labels' => :'pulp_labels',
81
85
  :'latest_version_href' => :'latest_version_href',
@@ -102,6 +106,7 @@ module PulpRpmClient
102
106
  {
103
107
  :'pulp_href' => :'String',
104
108
  :'pulp_created' => :'DateTime',
109
+ :'pulp_last_updated' => :'DateTime',
105
110
  :'versions_href' => :'String',
106
111
  :'pulp_labels' => :'Hash<String, String>',
107
112
  :'latest_version_href' => :'String',
@@ -162,6 +167,10 @@ module PulpRpmClient
162
167
  self.pulp_created = attributes[:'pulp_created']
163
168
  end
164
169
 
170
+ if attributes.key?(:'pulp_last_updated')
171
+ self.pulp_last_updated = attributes[:'pulp_last_updated']
172
+ end
173
+
165
174
  if attributes.key?(:'versions_href')
166
175
  self.versions_href = attributes[:'versions_href']
167
176
  end
@@ -344,6 +353,7 @@ module PulpRpmClient
344
353
  self.class == o.class &&
345
354
  pulp_href == o.pulp_href &&
346
355
  pulp_created == o.pulp_created &&
356
+ pulp_last_updated == o.pulp_last_updated &&
347
357
  versions_href == o.versions_href &&
348
358
  pulp_labels == o.pulp_labels &&
349
359
  latest_version_href == o.latest_version_href &&
@@ -373,7 +383,7 @@ module PulpRpmClient
373
383
  # Calculates hash code according to all attributes.
374
384
  # @return [Integer] Hash code
375
385
  def hash
376
- [pulp_href, pulp_created, versions_href, pulp_labels, latest_version_href, name, description, retain_repo_versions, remote, autopublish, metadata_signing_service, retain_package_versions, checksum_type, metadata_checksum_type, package_checksum_type, gpgcheck, repo_gpgcheck, sqlite_metadata, repo_config, compression_type].hash
386
+ [pulp_href, pulp_created, pulp_last_updated, versions_href, pulp_labels, latest_version_href, name, description, retain_repo_versions, remote, autopublish, metadata_signing_service, retain_package_versions, checksum_type, metadata_checksum_type, package_checksum_type, gpgcheck, repo_gpgcheck, sqlite_metadata, repo_config, compression_type].hash
377
387
  end
378
388
 
379
389
  # Builds the object from hash
@@ -20,6 +20,9 @@ module PulpRpmClient
20
20
  # Timestamp of creation.
21
21
  attr_accessor :pulp_created
22
22
 
23
+ # Timestamp of the most recent update of the remote.
24
+ attr_accessor :pulp_last_updated
25
+
23
26
  # A unique name for this remote.
24
27
  attr_accessor :name
25
28
 
@@ -40,9 +43,6 @@ module PulpRpmClient
40
43
 
41
44
  attr_accessor :pulp_labels
42
45
 
43
- # Timestamp of the most recent update of the remote.
44
- attr_accessor :pulp_last_updated
45
-
46
46
  # Total number of simultaneous connections. If not set then the default value will be used.
47
47
  attr_accessor :download_concurrency
48
48
 
@@ -81,6 +81,7 @@ module PulpRpmClient
81
81
  {
82
82
  :'pulp_href' => :'pulp_href',
83
83
  :'pulp_created' => :'pulp_created',
84
+ :'pulp_last_updated' => :'pulp_last_updated',
84
85
  :'name' => :'name',
85
86
  :'url' => :'url',
86
87
  :'ca_cert' => :'ca_cert',
@@ -88,7 +89,6 @@ module PulpRpmClient
88
89
  :'tls_validation' => :'tls_validation',
89
90
  :'proxy_url' => :'proxy_url',
90
91
  :'pulp_labels' => :'pulp_labels',
91
- :'pulp_last_updated' => :'pulp_last_updated',
92
92
  :'download_concurrency' => :'download_concurrency',
93
93
  :'max_retries' => :'max_retries',
94
94
  :'policy' => :'policy',
@@ -108,6 +108,7 @@ module PulpRpmClient
108
108
  {
109
109
  :'pulp_href' => :'String',
110
110
  :'pulp_created' => :'DateTime',
111
+ :'pulp_last_updated' => :'DateTime',
111
112
  :'name' => :'String',
112
113
  :'url' => :'String',
113
114
  :'ca_cert' => :'String',
@@ -115,7 +116,6 @@ module PulpRpmClient
115
116
  :'tls_validation' => :'Boolean',
116
117
  :'proxy_url' => :'String',
117
118
  :'pulp_labels' => :'Hash<String, String>',
118
- :'pulp_last_updated' => :'DateTime',
119
119
  :'download_concurrency' => :'Integer',
120
120
  :'max_retries' => :'Integer',
121
121
  :'policy' => :'PolicyEnum',
@@ -170,6 +170,10 @@ module PulpRpmClient
170
170
  self.pulp_created = attributes[:'pulp_created']
171
171
  end
172
172
 
173
+ if attributes.key?(:'pulp_last_updated')
174
+ self.pulp_last_updated = attributes[:'pulp_last_updated']
175
+ end
176
+
173
177
  if attributes.key?(:'name')
174
178
  self.name = attributes[:'name']
175
179
  end
@@ -200,10 +204,6 @@ module PulpRpmClient
200
204
  end
201
205
  end
202
206
 
203
- if attributes.key?(:'pulp_last_updated')
204
- self.pulp_last_updated = attributes[:'pulp_last_updated']
205
- end
206
-
207
207
  if attributes.key?(:'download_concurrency')
208
208
  self.download_concurrency = attributes[:'download_concurrency']
209
209
  end
@@ -358,6 +358,7 @@ module PulpRpmClient
358
358
  self.class == o.class &&
359
359
  pulp_href == o.pulp_href &&
360
360
  pulp_created == o.pulp_created &&
361
+ pulp_last_updated == o.pulp_last_updated &&
361
362
  name == o.name &&
362
363
  url == o.url &&
363
364
  ca_cert == o.ca_cert &&
@@ -365,7 +366,6 @@ module PulpRpmClient
365
366
  tls_validation == o.tls_validation &&
366
367
  proxy_url == o.proxy_url &&
367
368
  pulp_labels == o.pulp_labels &&
368
- pulp_last_updated == o.pulp_last_updated &&
369
369
  download_concurrency == o.download_concurrency &&
370
370
  max_retries == o.max_retries &&
371
371
  policy == o.policy &&
@@ -388,7 +388,7 @@ module PulpRpmClient
388
388
  # Calculates hash code according to all attributes.
389
389
  # @return [Integer] Hash code
390
390
  def hash
391
- [pulp_href, pulp_created, name, url, ca_cert, client_cert, tls_validation, proxy_url, pulp_labels, pulp_last_updated, download_concurrency, max_retries, policy, total_timeout, connect_timeout, sock_connect_timeout, sock_read_timeout, headers, rate_limit, hidden_fields, uln_server_base_url].hash
391
+ [pulp_href, pulp_created, pulp_last_updated, name, url, ca_cert, client_cert, tls_validation, proxy_url, pulp_labels, download_concurrency, max_retries, policy, total_timeout, connect_timeout, sock_connect_timeout, sock_read_timeout, headers, rate_limit, hidden_fields, uln_server_base_url].hash
392
392
  end
393
393
 
394
394
  # Builds the object from hash
@@ -20,6 +20,9 @@ module PulpRpmClient
20
20
  # Timestamp of creation.
21
21
  attr_accessor :pulp_created
22
22
 
23
+ # Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same.
24
+ attr_accessor :pulp_last_updated
25
+
23
26
  # Update id (short update name, e.g. RHEA-2013:1777)
24
27
  attr_accessor :id
25
28
 
@@ -79,6 +82,7 @@ module PulpRpmClient
79
82
  {
80
83
  :'pulp_href' => :'pulp_href',
81
84
  :'pulp_created' => :'pulp_created',
85
+ :'pulp_last_updated' => :'pulp_last_updated',
82
86
  :'id' => :'id',
83
87
  :'updated_date' => :'updated_date',
84
88
  :'description' => :'description',
@@ -105,6 +109,7 @@ module PulpRpmClient
105
109
  {
106
110
  :'pulp_href' => :'String',
107
111
  :'pulp_created' => :'DateTime',
112
+ :'pulp_last_updated' => :'DateTime',
108
113
  :'id' => :'String',
109
114
  :'updated_date' => :'String',
110
115
  :'description' => :'String',
@@ -155,6 +160,10 @@ module PulpRpmClient
155
160
  self.pulp_created = attributes[:'pulp_created']
156
161
  end
157
162
 
163
+ if attributes.key?(:'pulp_last_updated')
164
+ self.pulp_last_updated = attributes[:'pulp_last_updated']
165
+ end
166
+
158
167
  if attributes.key?(:'id')
159
168
  self.id = attributes[:'id']
160
169
  end
@@ -252,6 +261,7 @@ module PulpRpmClient
252
261
  self.class == o.class &&
253
262
  pulp_href == o.pulp_href &&
254
263
  pulp_created == o.pulp_created &&
264
+ pulp_last_updated == o.pulp_last_updated &&
255
265
  id == o.id &&
256
266
  updated_date == o.updated_date &&
257
267
  description == o.description &&
@@ -281,7 +291,7 @@ module PulpRpmClient
281
291
  # Calculates hash code according to all attributes.
282
292
  # @return [Integer] Hash code
283
293
  def hash
284
- [pulp_href, pulp_created, id, updated_date, description, issued_date, fromstr, status, title, summary, version, type, severity, solution, release, rights, pushcount, pkglist, references, reboot_suggested].hash
294
+ [pulp_href, pulp_created, pulp_last_updated, id, updated_date, description, issued_date, fromstr, status, title, summary, version, type, severity, solution, release, rights, pushcount, pkglist, references, reboot_suggested].hash
285
295
  end
286
296
 
287
297
  # Builds the object from hash
@@ -11,5 +11,5 @@ OpenAPI Generator version: 4.3.1
11
11
  =end
12
12
 
13
13
  module PulpRpmClient
14
- VERSION = '3.25.5'
14
+ VERSION = '3.26.1'
15
15
  end
@@ -44,6 +44,12 @@ describe 'ArtifactResponse' do
44
44
  end
45
45
  end
46
46
 
47
+ describe 'test attribute "pulp_last_updated"' do
48
+ it 'should work' do
49
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
50
+ end
51
+ end
52
+
47
53
  describe 'test attribute "file"' do
48
54
  it 'should work' do
49
55
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -44,6 +44,12 @@ describe 'RepositoryVersionResponse' do
44
44
  end
45
45
  end
46
46
 
47
+ describe 'test attribute "pulp_last_updated"' do
48
+ it 'should work' do
49
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
50
+ end
51
+ end
52
+
47
53
  describe 'test attribute "number"' do
48
54
  it 'should work' do
49
55
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -44,6 +44,12 @@ describe 'RpmModulemdDefaultsResponse' do
44
44
  end
45
45
  end
46
46
 
47
+ describe 'test attribute "pulp_last_updated"' do
48
+ it 'should work' do
49
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
50
+ end
51
+ end
52
+
47
53
  describe 'test attribute "_module"' do
48
54
  it 'should work' do
49
55
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -44,6 +44,12 @@ describe 'RpmModulemdObsoleteResponse' do
44
44
  end
45
45
  end
46
46
 
47
+ describe 'test attribute "pulp_last_updated"' do
48
+ it 'should work' do
49
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
50
+ end
51
+ end
52
+
47
53
  describe 'test attribute "modified"' do
48
54
  it 'should work' do
49
55
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -44,6 +44,12 @@ describe 'RpmModulemdResponse' do
44
44
  end
45
45
  end
46
46
 
47
+ describe 'test attribute "pulp_last_updated"' do
48
+ it 'should work' do
49
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
50
+ end
51
+ end
52
+
47
53
  describe 'test attribute "name"' do
48
54
  it 'should work' do
49
55
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -44,6 +44,12 @@ describe 'RpmPackageCategoryResponse' do
44
44
  end
45
45
  end
46
46
 
47
+ describe 'test attribute "pulp_last_updated"' do
48
+ it 'should work' do
49
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
50
+ end
51
+ end
52
+
47
53
  describe 'test attribute "id"' do
48
54
  it 'should work' do
49
55
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -44,6 +44,12 @@ describe 'RpmPackageEnvironmentResponse' do
44
44
  end
45
45
  end
46
46
 
47
+ describe 'test attribute "pulp_last_updated"' do
48
+ it 'should work' do
49
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
50
+ end
51
+ end
52
+
47
53
  describe 'test attribute "id"' do
48
54
  it 'should work' do
49
55
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -44,6 +44,12 @@ describe 'RpmPackageGroupResponse' do
44
44
  end
45
45
  end
46
46
 
47
+ describe 'test attribute "pulp_last_updated"' do
48
+ it 'should work' do
49
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
50
+ end
51
+ end
52
+
47
53
  describe 'test attribute "id"' do
48
54
  it 'should work' do
49
55
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -44,6 +44,12 @@ describe 'RpmPackageLangpacksResponse' do
44
44
  end
45
45
  end
46
46
 
47
+ describe 'test attribute "pulp_last_updated"' do
48
+ it 'should work' do
49
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
50
+ end
51
+ end
52
+
47
53
  describe 'test attribute "matches"' do
48
54
  it 'should work' do
49
55
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -44,6 +44,12 @@ describe 'RpmPackageResponse' do
44
44
  end
45
45
  end
46
46
 
47
+ describe 'test attribute "pulp_last_updated"' do
48
+ it 'should work' do
49
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
50
+ end
51
+ end
52
+
47
53
  describe 'test attribute "md5"' do
48
54
  it 'should work' do
49
55
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -44,6 +44,12 @@ describe 'RpmRepoMetadataFileResponse' do
44
44
  end
45
45
  end
46
46
 
47
+ describe 'test attribute "pulp_last_updated"' do
48
+ it 'should work' do
49
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
50
+ end
51
+ end
52
+
47
53
  describe 'test attribute "md5"' do
48
54
  it 'should work' do
49
55
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -44,6 +44,12 @@ describe 'RpmRpmAlternateContentSourceResponse' do
44
44
  end
45
45
  end
46
46
 
47
+ describe 'test attribute "pulp_last_updated"' do
48
+ it 'should work' do
49
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
50
+ end
51
+ end
52
+
47
53
  describe 'test attribute "name"' do
48
54
  it 'should work' do
49
55
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -44,6 +44,12 @@ describe 'RpmRpmDistributionResponse' do
44
44
  end
45
45
  end
46
46
 
47
+ describe 'test attribute "pulp_last_updated"' do
48
+ it 'should work' do
49
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
50
+ end
51
+ end
52
+
47
53
  describe 'test attribute "base_path"' do
48
54
  it 'should work' do
49
55
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -44,6 +44,12 @@ describe 'RpmRpmPublicationResponse' do
44
44
  end
45
45
  end
46
46
 
47
+ describe 'test attribute "pulp_last_updated"' do
48
+ it 'should work' do
49
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
50
+ end
51
+ end
52
+
47
53
  describe 'test attribute "repository_version"' do
48
54
  it 'should work' do
49
55
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -44,6 +44,12 @@ describe 'RpmRpmRemoteResponse' do
44
44
  end
45
45
  end
46
46
 
47
+ describe 'test attribute "pulp_last_updated"' do
48
+ it 'should work' do
49
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
50
+ end
51
+ end
52
+
47
53
  describe 'test attribute "name"' do
48
54
  it 'should work' do
49
55
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -86,12 +92,6 @@ describe 'RpmRpmRemoteResponse' do
86
92
  end
87
93
  end
88
94
 
89
- describe 'test attribute "pulp_last_updated"' do
90
- it 'should work' do
91
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
92
- end
93
- end
94
-
95
95
  describe 'test attribute "download_concurrency"' do
96
96
  it 'should work' do
97
97
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -44,6 +44,12 @@ describe 'RpmRpmRepositoryResponse' do
44
44
  end
45
45
  end
46
46
 
47
+ describe 'test attribute "pulp_last_updated"' do
48
+ it 'should work' do
49
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
50
+ end
51
+ end
52
+
47
53
  describe 'test attribute "versions_href"' do
48
54
  it 'should work' do
49
55
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -44,6 +44,12 @@ describe 'RpmUlnRemoteResponse' do
44
44
  end
45
45
  end
46
46
 
47
+ describe 'test attribute "pulp_last_updated"' do
48
+ it 'should work' do
49
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
50
+ end
51
+ end
52
+
47
53
  describe 'test attribute "name"' do
48
54
  it 'should work' do
49
55
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -86,12 +92,6 @@ describe 'RpmUlnRemoteResponse' do
86
92
  end
87
93
  end
88
94
 
89
- describe 'test attribute "pulp_last_updated"' do
90
- it 'should work' do
91
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
92
- end
93
- end
94
-
95
95
  describe 'test attribute "download_concurrency"' do
96
96
  it 'should work' do
97
97
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -44,6 +44,12 @@ describe 'RpmUpdateRecordResponse' do
44
44
  end
45
45
  end
46
46
 
47
+ describe 'test attribute "pulp_last_updated"' do
48
+ it 'should work' do
49
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
50
+ end
51
+ end
52
+
47
53
  describe 'test attribute "id"' do
48
54
  it 'should work' do
49
55
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pulp_rpm_client
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.25.5
4
+ version: 3.26.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - OpenAPI-Generator