pulp_rpm_client 3.27.0 → 3.27.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +5 -5
- data/docs/AcsRpmApi.md +5 -3
- data/docs/ArtifactResponse.md +2 -0
- data/docs/ContentAdvisoriesApi.md +14 -10
- data/docs/ContentDistributionTreesApi.md +11 -9
- data/docs/ContentModulemdDefaultsApi.md +11 -9
- data/docs/ContentModulemdObsoletesApi.md +11 -9
- data/docs/ContentModulemdsApi.md +11 -9
- data/docs/ContentPackagecategoriesApi.md +11 -9
- data/docs/ContentPackageenvironmentsApi.md +11 -9
- data/docs/ContentPackagegroupsApi.md +11 -9
- data/docs/ContentPackagelangpacksApi.md +11 -9
- data/docs/ContentPackagesApi.md +14 -10
- data/docs/ContentRepoMetadataFilesApi.md +11 -9
- data/docs/DistributionsRpmApi.md +5 -3
- data/docs/PublicationsRpmApi.md +13 -11
- data/docs/RemotesRpmApi.md +5 -3
- data/docs/RemotesUlnApi.md +5 -3
- data/docs/RepositoriesRpmApi.md +9 -7
- data/docs/RepositoriesRpmVersionsApi.md +9 -7
- data/docs/RepositoryVersionResponse.md +2 -0
- data/docs/RpmCompsApi.md +1 -1
- data/docs/RpmCopyApi.md +1 -1
- data/docs/RpmModulemdDefaultsResponse.md +2 -0
- data/docs/RpmModulemdObsoleteResponse.md +2 -0
- data/docs/RpmModulemdResponse.md +2 -0
- data/docs/RpmPackage.md +3 -1
- data/docs/RpmPackageCategoryResponse.md +2 -0
- data/docs/RpmPackageEnvironmentResponse.md +2 -0
- data/docs/RpmPackageGroupResponse.md +2 -0
- data/docs/RpmPackageLangpacksResponse.md +2 -0
- data/docs/RpmPackageResponse.md +2 -0
- data/docs/RpmPruneApi.md +1 -1
- data/docs/RpmRepoMetadataFileResponse.md +2 -0
- data/docs/RpmRpmAlternateContentSourceResponse.md +2 -0
- data/docs/RpmRpmDistributionResponse.md +4 -0
- data/docs/RpmRpmPublicationResponse.md +2 -0
- data/docs/RpmRpmRemoteResponse.md +2 -0
- data/docs/RpmRpmRepositoryResponse.md +2 -0
- data/docs/RpmUlnRemoteResponse.md +2 -0
- data/docs/RpmUpdateRecord.md +3 -1
- data/docs/RpmUpdateRecordResponse.md +2 -0
- data/lib/pulp_rpm_client/api/acs_rpm_api.rb +5 -2
- data/lib/pulp_rpm_client/api/content_advisories_api.rb +18 -8
- data/lib/pulp_rpm_client/api/content_distribution_trees_api.rb +11 -8
- data/lib/pulp_rpm_client/api/content_modulemd_defaults_api.rb +11 -8
- data/lib/pulp_rpm_client/api/content_modulemd_obsoletes_api.rb +11 -8
- data/lib/pulp_rpm_client/api/content_modulemds_api.rb +11 -8
- data/lib/pulp_rpm_client/api/content_packagecategories_api.rb +11 -8
- data/lib/pulp_rpm_client/api/content_packageenvironments_api.rb +11 -8
- data/lib/pulp_rpm_client/api/content_packagegroups_api.rb +11 -8
- data/lib/pulp_rpm_client/api/content_packagelangpacks_api.rb +11 -8
- data/lib/pulp_rpm_client/api/content_packages_api.rb +18 -8
- data/lib/pulp_rpm_client/api/content_repo_metadata_files_api.rb +11 -8
- data/lib/pulp_rpm_client/api/distributions_rpm_api.rb +5 -2
- data/lib/pulp_rpm_client/api/publications_rpm_api.rb +14 -11
- data/lib/pulp_rpm_client/api/remotes_rpm_api.rb +5 -2
- data/lib/pulp_rpm_client/api/remotes_uln_api.rb +5 -2
- data/lib/pulp_rpm_client/api/repositories_rpm_api.rb +9 -6
- data/lib/pulp_rpm_client/api/repositories_rpm_versions_api.rb +10 -7
- data/lib/pulp_rpm_client/configuration.rb +2 -2
- data/lib/pulp_rpm_client/models/artifact_response.rb +12 -2
- data/lib/pulp_rpm_client/models/patchedrpm_rpm_remote.rb +20 -20
- data/lib/pulp_rpm_client/models/patchedrpm_uln_remote.rb +20 -20
- data/lib/pulp_rpm_client/models/repository_add_remove_content.rb +1 -1
- data/lib/pulp_rpm_client/models/repository_version_response.rb +12 -2
- data/lib/pulp_rpm_client/models/rpm_modulemd_defaults_response.rb +11 -1
- data/lib/pulp_rpm_client/models/rpm_modulemd_obsolete_response.rb +11 -1
- data/lib/pulp_rpm_client/models/rpm_modulemd_response.rb +11 -1
- data/lib/pulp_rpm_client/models/rpm_package.rb +29 -4
- data/lib/pulp_rpm_client/models/rpm_package_category_response.rb +11 -1
- data/lib/pulp_rpm_client/models/rpm_package_environment_response.rb +11 -1
- data/lib/pulp_rpm_client/models/rpm_package_group_response.rb +11 -1
- data/lib/pulp_rpm_client/models/rpm_package_langpacks_response.rb +11 -1
- data/lib/pulp_rpm_client/models/rpm_package_response.rb +11 -1
- data/lib/pulp_rpm_client/models/rpm_repo_metadata_file_response.rb +11 -1
- data/lib/pulp_rpm_client/models/rpm_rpm_alternate_content_source_response.rb +11 -1
- data/lib/pulp_rpm_client/models/rpm_rpm_distribution_response.rb +21 -1
- data/lib/pulp_rpm_client/models/rpm_rpm_publication_response.rb +11 -1
- data/lib/pulp_rpm_client/models/rpm_rpm_remote.rb +20 -20
- data/lib/pulp_rpm_client/models/rpm_rpm_remote_response.rb +31 -21
- data/lib/pulp_rpm_client/models/rpm_rpm_repository_response.rb +11 -1
- data/lib/pulp_rpm_client/models/rpm_uln_remote.rb +20 -20
- data/lib/pulp_rpm_client/models/rpm_uln_remote_response.rb +31 -21
- data/lib/pulp_rpm_client/models/rpm_update_record.rb +29 -4
- data/lib/pulp_rpm_client/models/rpm_update_record_response.rb +11 -1
- data/lib/pulp_rpm_client/version.rb +1 -1
- data/spec/api/acs_rpm_api_spec.rb +2 -1
- data/spec/api/content_advisories_api_spec.rb +6 -4
- data/spec/api/content_distribution_trees_api_spec.rb +5 -4
- data/spec/api/content_modulemd_defaults_api_spec.rb +5 -4
- data/spec/api/content_modulemd_obsoletes_api_spec.rb +5 -4
- data/spec/api/content_modulemds_api_spec.rb +5 -4
- data/spec/api/content_packagecategories_api_spec.rb +5 -4
- data/spec/api/content_packageenvironments_api_spec.rb +5 -4
- data/spec/api/content_packagegroups_api_spec.rb +5 -4
- data/spec/api/content_packagelangpacks_api_spec.rb +5 -4
- data/spec/api/content_packages_api_spec.rb +6 -4
- data/spec/api/content_repo_metadata_files_api_spec.rb +5 -4
- data/spec/api/distributions_rpm_api_spec.rb +2 -1
- data/spec/api/publications_rpm_api_spec.rb +6 -5
- data/spec/api/remotes_rpm_api_spec.rb +2 -1
- data/spec/api/remotes_uln_api_spec.rb +2 -1
- data/spec/api/repositories_rpm_api_spec.rb +4 -3
- data/spec/api/repositories_rpm_versions_api_spec.rb +4 -3
- data/spec/configuration_spec.rb +3 -3
- data/spec/models/artifact_response_spec.rb +6 -0
- data/spec/models/repository_version_response_spec.rb +6 -0
- data/spec/models/rpm_modulemd_defaults_response_spec.rb +6 -0
- data/spec/models/rpm_modulemd_obsolete_response_spec.rb +6 -0
- data/spec/models/rpm_modulemd_response_spec.rb +6 -0
- data/spec/models/rpm_package_category_response_spec.rb +6 -0
- data/spec/models/rpm_package_environment_response_spec.rb +6 -0
- data/spec/models/rpm_package_group_response_spec.rb +6 -0
- data/spec/models/rpm_package_langpacks_response_spec.rb +6 -0
- data/spec/models/rpm_package_response_spec.rb +6 -0
- data/spec/models/rpm_package_spec.rb +6 -0
- data/spec/models/rpm_repo_metadata_file_response_spec.rb +6 -0
- data/spec/models/rpm_rpm_alternate_content_source_response_spec.rb +6 -0
- data/spec/models/rpm_rpm_distribution_response_spec.rb +12 -0
- data/spec/models/rpm_rpm_publication_response_spec.rb +6 -0
- data/spec/models/rpm_rpm_remote_response_spec.rb +6 -0
- data/spec/models/rpm_rpm_repository_response_spec.rb +6 -0
- data/spec/models/rpm_uln_remote_response_spec.rb +6 -0
- data/spec/models/rpm_update_record_response_spec.rb +6 -0
- data/spec/models/rpm_update_record_spec.rb +6 -0
- metadata +97 -97
@@ -85,8 +85,8 @@ module PulpRpmClient
|
|
85
85
|
# RpmRepositoryVersion represents a single rpm repository version.
|
86
86
|
# @param rpm_rpm_repository_href [String]
|
87
87
|
# @param [Hash] opts the optional parameters
|
88
|
-
# @option opts [String] :content Content Unit referenced by HREF
|
89
|
-
# @option opts [String] :content__in
|
88
|
+
# @option opts [String] :content Content Unit referenced by HREF/PRN
|
89
|
+
# @option opts [Array<String>] :content__in Multiple values may be separated by commas.
|
90
90
|
# @option opts [Integer] :limit Number of results to return per page.
|
91
91
|
# @option opts [Integer] :number Filter results where number matches value
|
92
92
|
# @option opts [Integer] :number__gt Filter results where number is greater than value
|
@@ -96,6 +96,7 @@ module PulpRpmClient
|
|
96
96
|
# @option opts [Array<Integer>] :number__range Filter results where number is between two comma separated values
|
97
97
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
98
98
|
# @option opts [Array<String>] :ordering Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `number` - Number * `-number` - Number (descending) * `complete` - Complete * `-complete` - Complete (descending) * `info` - Info * `-info` - Info (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
99
|
+
# @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
|
99
100
|
# @option opts [DateTime] :pulp_created Filter results where pulp_created matches value
|
100
101
|
# @option opts [DateTime] :pulp_created__gt Filter results where pulp_created is greater than value
|
101
102
|
# @option opts [DateTime] :pulp_created__gte Filter results where pulp_created is greater than or equal to value
|
@@ -103,7 +104,7 @@ module PulpRpmClient
|
|
103
104
|
# @option opts [DateTime] :pulp_created__lte Filter results where pulp_created is less than or equal to value
|
104
105
|
# @option opts [Array<DateTime>] :pulp_created__range Filter results where pulp_created is between two comma separated values
|
105
106
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
106
|
-
# @option opts [String] :q
|
107
|
+
# @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
|
107
108
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
108
109
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
109
110
|
# @return [PaginatedRepositoryVersionResponseList]
|
@@ -116,8 +117,8 @@ module PulpRpmClient
|
|
116
117
|
# RpmRepositoryVersion represents a single rpm repository version.
|
117
118
|
# @param rpm_rpm_repository_href [String]
|
118
119
|
# @param [Hash] opts the optional parameters
|
119
|
-
# @option opts [String] :content Content Unit referenced by HREF
|
120
|
-
# @option opts [String] :content__in
|
120
|
+
# @option opts [String] :content Content Unit referenced by HREF/PRN
|
121
|
+
# @option opts [Array<String>] :content__in Multiple values may be separated by commas.
|
121
122
|
# @option opts [Integer] :limit Number of results to return per page.
|
122
123
|
# @option opts [Integer] :number Filter results where number matches value
|
123
124
|
# @option opts [Integer] :number__gt Filter results where number is greater than value
|
@@ -127,6 +128,7 @@ module PulpRpmClient
|
|
127
128
|
# @option opts [Array<Integer>] :number__range Filter results where number is between two comma separated values
|
128
129
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
129
130
|
# @option opts [Array<String>] :ordering Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `number` - Number * `-number` - Number (descending) * `complete` - Complete * `-complete` - Complete (descending) * `info` - Info * `-info` - Info (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
131
|
+
# @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
|
130
132
|
# @option opts [DateTime] :pulp_created Filter results where pulp_created matches value
|
131
133
|
# @option opts [DateTime] :pulp_created__gt Filter results where pulp_created is greater than value
|
132
134
|
# @option opts [DateTime] :pulp_created__gte Filter results where pulp_created is greater than or equal to value
|
@@ -134,7 +136,7 @@ module PulpRpmClient
|
|
134
136
|
# @option opts [DateTime] :pulp_created__lte Filter results where pulp_created is less than or equal to value
|
135
137
|
# @option opts [Array<DateTime>] :pulp_created__range Filter results where pulp_created is between two comma separated values
|
136
138
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
137
|
-
# @option opts [String] :q
|
139
|
+
# @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
|
138
140
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
139
141
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
140
142
|
# @return [Array<(PaginatedRepositoryVersionResponseList, Integer, Hash)>] PaginatedRepositoryVersionResponseList data, response status code and response headers
|
@@ -156,7 +158,7 @@ module PulpRpmClient
|
|
156
158
|
# query parameters
|
157
159
|
query_params = opts[:query_params] || {}
|
158
160
|
query_params[:'content'] = opts[:'content'] if !opts[:'content'].nil?
|
159
|
-
query_params[:'content__in'] = opts[:'content__in'] if !opts[:'content__in'].nil?
|
161
|
+
query_params[:'content__in'] = @api_client.build_collection_param(opts[:'content__in'], :csv) if !opts[:'content__in'].nil?
|
160
162
|
query_params[:'limit'] = opts[:'limit'] if !opts[:'limit'].nil?
|
161
163
|
query_params[:'number'] = opts[:'number'] if !opts[:'number'].nil?
|
162
164
|
query_params[:'number__gt'] = opts[:'number__gt'] if !opts[:'number__gt'].nil?
|
@@ -166,6 +168,7 @@ module PulpRpmClient
|
|
166
168
|
query_params[:'number__range'] = @api_client.build_collection_param(opts[:'number__range'], :csv) if !opts[:'number__range'].nil?
|
167
169
|
query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
|
168
170
|
query_params[:'ordering'] = @api_client.build_collection_param(opts[:'ordering'], :csv) if !opts[:'ordering'].nil?
|
171
|
+
query_params[:'prn__in'] = @api_client.build_collection_param(opts[:'prn__in'], :csv) if !opts[:'prn__in'].nil?
|
169
172
|
query_params[:'pulp_created'] = opts[:'pulp_created'] if !opts[:'pulp_created'].nil?
|
170
173
|
query_params[:'pulp_created__gt'] = opts[:'pulp_created__gt'] if !opts[:'pulp_created__gt'].nil?
|
171
174
|
query_params[:'pulp_created__gte'] = opts[:'pulp_created__gte'] if !opts[:'pulp_created__gte'].nil?
|
@@ -128,7 +128,7 @@ module PulpRpmClient
|
|
128
128
|
|
129
129
|
def initialize
|
130
130
|
@scheme = 'http'
|
131
|
-
@host = '
|
131
|
+
@host = 'localhost'
|
132
132
|
@base_path = ''
|
133
133
|
@api_key = {}
|
134
134
|
@api_key_prefix = {}
|
@@ -210,7 +210,7 @@ module PulpRpmClient
|
|
210
210
|
def server_settings
|
211
211
|
[
|
212
212
|
{
|
213
|
-
url: "http://
|
213
|
+
url: "http://localhost:24817/",
|
214
214
|
description: "No description provided",
|
215
215
|
}
|
216
216
|
]
|
@@ -13,10 +13,13 @@ OpenAPI Generator version: 4.3.1
|
|
13
13
|
require 'date'
|
14
14
|
|
15
15
|
module PulpRpmClient
|
16
|
-
# Base serializer for use with
|
16
|
+
# Base serializer for use with [pulpcore.app.models.Model][] This ensures that all Serializers provide values for the 'pulp_href` field. The class provides a default for the ``ref_name`` attribute in the ModelSerializers's ``Meta`` class. This ensures that the OpenAPI definitions of plugins are namespaced properly.
|
17
17
|
class ArtifactResponse
|
18
18
|
attr_accessor :pulp_href
|
19
19
|
|
20
|
+
# The Pulp Resource Name (PRN).
|
21
|
+
attr_accessor :prn
|
22
|
+
|
20
23
|
# Timestamp of creation.
|
21
24
|
attr_accessor :pulp_created
|
22
25
|
|
@@ -51,6 +54,7 @@ module PulpRpmClient
|
|
51
54
|
def self.attribute_map
|
52
55
|
{
|
53
56
|
:'pulp_href' => :'pulp_href',
|
57
|
+
:'prn' => :'prn',
|
54
58
|
:'pulp_created' => :'pulp_created',
|
55
59
|
:'pulp_last_updated' => :'pulp_last_updated',
|
56
60
|
:'file' => :'file',
|
@@ -68,6 +72,7 @@ module PulpRpmClient
|
|
68
72
|
def self.openapi_types
|
69
73
|
{
|
70
74
|
:'pulp_href' => :'String',
|
75
|
+
:'prn' => :'String',
|
71
76
|
:'pulp_created' => :'DateTime',
|
72
77
|
:'pulp_last_updated' => :'DateTime',
|
73
78
|
:'file' => :'String',
|
@@ -112,6 +117,10 @@ module PulpRpmClient
|
|
112
117
|
self.pulp_href = attributes[:'pulp_href']
|
113
118
|
end
|
114
119
|
|
120
|
+
if attributes.key?(:'prn')
|
121
|
+
self.prn = attributes[:'prn']
|
122
|
+
end
|
123
|
+
|
115
124
|
if attributes.key?(:'pulp_created')
|
116
125
|
self.pulp_created = attributes[:'pulp_created']
|
117
126
|
end
|
@@ -177,6 +186,7 @@ module PulpRpmClient
|
|
177
186
|
return true if self.equal?(o)
|
178
187
|
self.class == o.class &&
|
179
188
|
pulp_href == o.pulp_href &&
|
189
|
+
prn == o.prn &&
|
180
190
|
pulp_created == o.pulp_created &&
|
181
191
|
pulp_last_updated == o.pulp_last_updated &&
|
182
192
|
file == o.file &&
|
@@ -198,7 +208,7 @@ module PulpRpmClient
|
|
198
208
|
# Calculates hash code according to all attributes.
|
199
209
|
# @return [Integer] Hash code
|
200
210
|
def hash
|
201
|
-
[pulp_href, pulp_created, pulp_last_updated, file, size, md5, sha1, sha224, sha256, sha384, sha512].hash
|
211
|
+
[pulp_href, prn, pulp_created, pulp_last_updated, file, size, md5, sha1, sha224, sha256, sha384, sha512].hash
|
202
212
|
end
|
203
213
|
|
204
214
|
# Builds the object from hash
|
@@ -314,20 +314,20 @@ module PulpRpmClient
|
|
314
314
|
invalid_properties.push('invalid value for "download_concurrency", must be greater than or equal to 1.')
|
315
315
|
end
|
316
316
|
|
317
|
-
if !@total_timeout.nil? && @total_timeout < 0
|
318
|
-
invalid_properties.push('invalid value for "total_timeout", must be greater than or equal to 0.
|
317
|
+
if !@total_timeout.nil? && @total_timeout < 0
|
318
|
+
invalid_properties.push('invalid value for "total_timeout", must be greater than or equal to 0.')
|
319
319
|
end
|
320
320
|
|
321
|
-
if !@connect_timeout.nil? && @connect_timeout < 0
|
322
|
-
invalid_properties.push('invalid value for "connect_timeout", must be greater than or equal to 0.
|
321
|
+
if !@connect_timeout.nil? && @connect_timeout < 0
|
322
|
+
invalid_properties.push('invalid value for "connect_timeout", must be greater than or equal to 0.')
|
323
323
|
end
|
324
324
|
|
325
|
-
if !@sock_connect_timeout.nil? && @sock_connect_timeout < 0
|
326
|
-
invalid_properties.push('invalid value for "sock_connect_timeout", must be greater than or equal to 0.
|
325
|
+
if !@sock_connect_timeout.nil? && @sock_connect_timeout < 0
|
326
|
+
invalid_properties.push('invalid value for "sock_connect_timeout", must be greater than or equal to 0.')
|
327
327
|
end
|
328
328
|
|
329
|
-
if !@sock_read_timeout.nil? && @sock_read_timeout < 0
|
330
|
-
invalid_properties.push('invalid value for "sock_read_timeout", must be greater than or equal to 0.
|
329
|
+
if !@sock_read_timeout.nil? && @sock_read_timeout < 0
|
330
|
+
invalid_properties.push('invalid value for "sock_read_timeout", must be greater than or equal to 0.')
|
331
331
|
end
|
332
332
|
|
333
333
|
if !@sles_auth_token.nil? && @sles_auth_token.to_s.length < 1
|
@@ -351,10 +351,10 @@ module PulpRpmClient
|
|
351
351
|
return false if !@username.nil? && @username.to_s.length < 1
|
352
352
|
return false if !@password.nil? && @password.to_s.length < 1
|
353
353
|
return false if !@download_concurrency.nil? && @download_concurrency < 1
|
354
|
-
return false if !@total_timeout.nil? && @total_timeout < 0
|
355
|
-
return false if !@connect_timeout.nil? && @connect_timeout < 0
|
356
|
-
return false if !@sock_connect_timeout.nil? && @sock_connect_timeout < 0
|
357
|
-
return false if !@sock_read_timeout.nil? && @sock_read_timeout < 0
|
354
|
+
return false if !@total_timeout.nil? && @total_timeout < 0
|
355
|
+
return false if !@connect_timeout.nil? && @connect_timeout < 0
|
356
|
+
return false if !@sock_connect_timeout.nil? && @sock_connect_timeout < 0
|
357
|
+
return false if !@sock_read_timeout.nil? && @sock_read_timeout < 0
|
358
358
|
return false if !@sles_auth_token.nil? && @sles_auth_token.to_s.length < 1
|
359
359
|
true
|
360
360
|
end
|
@@ -472,8 +472,8 @@ module PulpRpmClient
|
|
472
472
|
# Custom attribute writer method with validation
|
473
473
|
# @param [Object] total_timeout Value to be assigned
|
474
474
|
def total_timeout=(total_timeout)
|
475
|
-
if !total_timeout.nil? && total_timeout < 0
|
476
|
-
fail ArgumentError, 'invalid value for "total_timeout", must be greater than or equal to 0.
|
475
|
+
if !total_timeout.nil? && total_timeout < 0
|
476
|
+
fail ArgumentError, 'invalid value for "total_timeout", must be greater than or equal to 0.'
|
477
477
|
end
|
478
478
|
|
479
479
|
@total_timeout = total_timeout
|
@@ -482,8 +482,8 @@ module PulpRpmClient
|
|
482
482
|
# Custom attribute writer method with validation
|
483
483
|
# @param [Object] connect_timeout Value to be assigned
|
484
484
|
def connect_timeout=(connect_timeout)
|
485
|
-
if !connect_timeout.nil? && connect_timeout < 0
|
486
|
-
fail ArgumentError, 'invalid value for "connect_timeout", must be greater than or equal to 0.
|
485
|
+
if !connect_timeout.nil? && connect_timeout < 0
|
486
|
+
fail ArgumentError, 'invalid value for "connect_timeout", must be greater than or equal to 0.'
|
487
487
|
end
|
488
488
|
|
489
489
|
@connect_timeout = connect_timeout
|
@@ -492,8 +492,8 @@ module PulpRpmClient
|
|
492
492
|
# Custom attribute writer method with validation
|
493
493
|
# @param [Object] sock_connect_timeout Value to be assigned
|
494
494
|
def sock_connect_timeout=(sock_connect_timeout)
|
495
|
-
if !sock_connect_timeout.nil? && sock_connect_timeout < 0
|
496
|
-
fail ArgumentError, 'invalid value for "sock_connect_timeout", must be greater than or equal to 0.
|
495
|
+
if !sock_connect_timeout.nil? && sock_connect_timeout < 0
|
496
|
+
fail ArgumentError, 'invalid value for "sock_connect_timeout", must be greater than or equal to 0.'
|
497
497
|
end
|
498
498
|
|
499
499
|
@sock_connect_timeout = sock_connect_timeout
|
@@ -502,8 +502,8 @@ module PulpRpmClient
|
|
502
502
|
# Custom attribute writer method with validation
|
503
503
|
# @param [Object] sock_read_timeout Value to be assigned
|
504
504
|
def sock_read_timeout=(sock_read_timeout)
|
505
|
-
if !sock_read_timeout.nil? && sock_read_timeout < 0
|
506
|
-
fail ArgumentError, 'invalid value for "sock_read_timeout", must be greater than or equal to 0.
|
505
|
+
if !sock_read_timeout.nil? && sock_read_timeout < 0
|
506
|
+
fail ArgumentError, 'invalid value for "sock_read_timeout", must be greater than or equal to 0.'
|
507
507
|
end
|
508
508
|
|
509
509
|
@sock_read_timeout = sock_read_timeout
|
@@ -312,20 +312,20 @@ module PulpRpmClient
|
|
312
312
|
invalid_properties.push('invalid value for "download_concurrency", must be greater than or equal to 1.')
|
313
313
|
end
|
314
314
|
|
315
|
-
if !@total_timeout.nil? && @total_timeout < 0
|
316
|
-
invalid_properties.push('invalid value for "total_timeout", must be greater than or equal to 0.
|
315
|
+
if !@total_timeout.nil? && @total_timeout < 0
|
316
|
+
invalid_properties.push('invalid value for "total_timeout", must be greater than or equal to 0.')
|
317
317
|
end
|
318
318
|
|
319
|
-
if !@connect_timeout.nil? && @connect_timeout < 0
|
320
|
-
invalid_properties.push('invalid value for "connect_timeout", must be greater than or equal to 0.
|
319
|
+
if !@connect_timeout.nil? && @connect_timeout < 0
|
320
|
+
invalid_properties.push('invalid value for "connect_timeout", must be greater than or equal to 0.')
|
321
321
|
end
|
322
322
|
|
323
|
-
if !@sock_connect_timeout.nil? && @sock_connect_timeout < 0
|
324
|
-
invalid_properties.push('invalid value for "sock_connect_timeout", must be greater than or equal to 0.
|
323
|
+
if !@sock_connect_timeout.nil? && @sock_connect_timeout < 0
|
324
|
+
invalid_properties.push('invalid value for "sock_connect_timeout", must be greater than or equal to 0.')
|
325
325
|
end
|
326
326
|
|
327
|
-
if !@sock_read_timeout.nil? && @sock_read_timeout < 0
|
328
|
-
invalid_properties.push('invalid value for "sock_read_timeout", must be greater than or equal to 0.
|
327
|
+
if !@sock_read_timeout.nil? && @sock_read_timeout < 0
|
328
|
+
invalid_properties.push('invalid value for "sock_read_timeout", must be greater than or equal to 0.')
|
329
329
|
end
|
330
330
|
|
331
331
|
if !@uln_server_base_url.nil? && @uln_server_base_url.to_s.length < 1
|
@@ -349,10 +349,10 @@ module PulpRpmClient
|
|
349
349
|
return false if !@username.nil? && @username.to_s.length < 1
|
350
350
|
return false if !@password.nil? && @password.to_s.length < 1
|
351
351
|
return false if !@download_concurrency.nil? && @download_concurrency < 1
|
352
|
-
return false if !@total_timeout.nil? && @total_timeout < 0
|
353
|
-
return false if !@connect_timeout.nil? && @connect_timeout < 0
|
354
|
-
return false if !@sock_connect_timeout.nil? && @sock_connect_timeout < 0
|
355
|
-
return false if !@sock_read_timeout.nil? && @sock_read_timeout < 0
|
352
|
+
return false if !@total_timeout.nil? && @total_timeout < 0
|
353
|
+
return false if !@connect_timeout.nil? && @connect_timeout < 0
|
354
|
+
return false if !@sock_connect_timeout.nil? && @sock_connect_timeout < 0
|
355
|
+
return false if !@sock_read_timeout.nil? && @sock_read_timeout < 0
|
356
356
|
return false if !@uln_server_base_url.nil? && @uln_server_base_url.to_s.length < 1
|
357
357
|
true
|
358
358
|
end
|
@@ -470,8 +470,8 @@ module PulpRpmClient
|
|
470
470
|
# Custom attribute writer method with validation
|
471
471
|
# @param [Object] total_timeout Value to be assigned
|
472
472
|
def total_timeout=(total_timeout)
|
473
|
-
if !total_timeout.nil? && total_timeout < 0
|
474
|
-
fail ArgumentError, 'invalid value for "total_timeout", must be greater than or equal to 0.
|
473
|
+
if !total_timeout.nil? && total_timeout < 0
|
474
|
+
fail ArgumentError, 'invalid value for "total_timeout", must be greater than or equal to 0.'
|
475
475
|
end
|
476
476
|
|
477
477
|
@total_timeout = total_timeout
|
@@ -480,8 +480,8 @@ module PulpRpmClient
|
|
480
480
|
# Custom attribute writer method with validation
|
481
481
|
# @param [Object] connect_timeout Value to be assigned
|
482
482
|
def connect_timeout=(connect_timeout)
|
483
|
-
if !connect_timeout.nil? && connect_timeout < 0
|
484
|
-
fail ArgumentError, 'invalid value for "connect_timeout", must be greater than or equal to 0.
|
483
|
+
if !connect_timeout.nil? && connect_timeout < 0
|
484
|
+
fail ArgumentError, 'invalid value for "connect_timeout", must be greater than or equal to 0.'
|
485
485
|
end
|
486
486
|
|
487
487
|
@connect_timeout = connect_timeout
|
@@ -490,8 +490,8 @@ module PulpRpmClient
|
|
490
490
|
# Custom attribute writer method with validation
|
491
491
|
# @param [Object] sock_connect_timeout Value to be assigned
|
492
492
|
def sock_connect_timeout=(sock_connect_timeout)
|
493
|
-
if !sock_connect_timeout.nil? && sock_connect_timeout < 0
|
494
|
-
fail ArgumentError, 'invalid value for "sock_connect_timeout", must be greater than or equal to 0.
|
493
|
+
if !sock_connect_timeout.nil? && sock_connect_timeout < 0
|
494
|
+
fail ArgumentError, 'invalid value for "sock_connect_timeout", must be greater than or equal to 0.'
|
495
495
|
end
|
496
496
|
|
497
497
|
@sock_connect_timeout = sock_connect_timeout
|
@@ -500,8 +500,8 @@ module PulpRpmClient
|
|
500
500
|
# Custom attribute writer method with validation
|
501
501
|
# @param [Object] sock_read_timeout Value to be assigned
|
502
502
|
def sock_read_timeout=(sock_read_timeout)
|
503
|
-
if !sock_read_timeout.nil? && sock_read_timeout < 0
|
504
|
-
fail ArgumentError, 'invalid value for "sock_read_timeout", must be greater than or equal to 0.
|
503
|
+
if !sock_read_timeout.nil? && sock_read_timeout < 0
|
504
|
+
fail ArgumentError, 'invalid value for "sock_read_timeout", must be greater than or equal to 0.'
|
505
505
|
end
|
506
506
|
|
507
507
|
@sock_read_timeout = sock_read_timeout
|
@@ -13,7 +13,7 @@ OpenAPI Generator version: 4.3.1
|
|
13
13
|
require 'date'
|
14
14
|
|
15
15
|
module PulpRpmClient
|
16
|
-
# Base serializer for use with
|
16
|
+
# Base serializer for use with [pulpcore.app.models.Model][] This ensures that all Serializers provide values for the 'pulp_href` field. The class provides a default for the ``ref_name`` attribute in the ModelSerializers's ``Meta`` class. This ensures that the OpenAPI definitions of plugins are namespaced properly.
|
17
17
|
class RepositoryAddRemoveContent
|
18
18
|
# A list of content units to add to a new repository version. This content is added after remove_content_units are removed.
|
19
19
|
attr_accessor :add_content_units
|
@@ -13,10 +13,13 @@ OpenAPI Generator version: 4.3.1
|
|
13
13
|
require 'date'
|
14
14
|
|
15
15
|
module PulpRpmClient
|
16
|
-
# Base serializer for use with
|
16
|
+
# Base serializer for use with [pulpcore.app.models.Model][] This ensures that all Serializers provide values for the 'pulp_href` field. The class provides a default for the ``ref_name`` attribute in the ModelSerializers's ``Meta`` class. This ensures that the OpenAPI definitions of plugins are namespaced properly.
|
17
17
|
class RepositoryVersionResponse
|
18
18
|
attr_accessor :pulp_href
|
19
19
|
|
20
|
+
# The Pulp Resource Name (PRN).
|
21
|
+
attr_accessor :prn
|
22
|
+
|
20
23
|
# Timestamp of creation.
|
21
24
|
attr_accessor :pulp_created
|
22
25
|
|
@@ -37,6 +40,7 @@ module PulpRpmClient
|
|
37
40
|
def self.attribute_map
|
38
41
|
{
|
39
42
|
:'pulp_href' => :'pulp_href',
|
43
|
+
:'prn' => :'prn',
|
40
44
|
:'pulp_created' => :'pulp_created',
|
41
45
|
:'pulp_last_updated' => :'pulp_last_updated',
|
42
46
|
:'number' => :'number',
|
@@ -50,6 +54,7 @@ module PulpRpmClient
|
|
50
54
|
def self.openapi_types
|
51
55
|
{
|
52
56
|
:'pulp_href' => :'String',
|
57
|
+
:'prn' => :'String',
|
53
58
|
:'pulp_created' => :'DateTime',
|
54
59
|
:'pulp_last_updated' => :'DateTime',
|
55
60
|
:'number' => :'Integer',
|
@@ -84,6 +89,10 @@ module PulpRpmClient
|
|
84
89
|
self.pulp_href = attributes[:'pulp_href']
|
85
90
|
end
|
86
91
|
|
92
|
+
if attributes.key?(:'prn')
|
93
|
+
self.prn = attributes[:'prn']
|
94
|
+
end
|
95
|
+
|
87
96
|
if attributes.key?(:'pulp_created')
|
88
97
|
self.pulp_created = attributes[:'pulp_created']
|
89
98
|
end
|
@@ -128,6 +137,7 @@ module PulpRpmClient
|
|
128
137
|
return true if self.equal?(o)
|
129
138
|
self.class == o.class &&
|
130
139
|
pulp_href == o.pulp_href &&
|
140
|
+
prn == o.prn &&
|
131
141
|
pulp_created == o.pulp_created &&
|
132
142
|
pulp_last_updated == o.pulp_last_updated &&
|
133
143
|
number == o.number &&
|
@@ -145,7 +155,7 @@ module PulpRpmClient
|
|
145
155
|
# Calculates hash code according to all attributes.
|
146
156
|
# @return [Integer] Hash code
|
147
157
|
def hash
|
148
|
-
[pulp_href, pulp_created, pulp_last_updated, number, repository, base_version, content_summary].hash
|
158
|
+
[pulp_href, prn, pulp_created, pulp_last_updated, number, repository, base_version, content_summary].hash
|
149
159
|
end
|
150
160
|
|
151
161
|
# Builds the object from hash
|
@@ -17,6 +17,9 @@ module PulpRpmClient
|
|
17
17
|
class RpmModulemdDefaultsResponse
|
18
18
|
attr_accessor :pulp_href
|
19
19
|
|
20
|
+
# The Pulp Resource Name (PRN).
|
21
|
+
attr_accessor :prn
|
22
|
+
|
20
23
|
# Timestamp of creation.
|
21
24
|
attr_accessor :pulp_created
|
22
25
|
|
@@ -36,6 +39,7 @@ module PulpRpmClient
|
|
36
39
|
def self.attribute_map
|
37
40
|
{
|
38
41
|
:'pulp_href' => :'pulp_href',
|
42
|
+
:'prn' => :'prn',
|
39
43
|
:'pulp_created' => :'pulp_created',
|
40
44
|
:'pulp_last_updated' => :'pulp_last_updated',
|
41
45
|
:'_module' => :'module',
|
@@ -48,6 +52,7 @@ module PulpRpmClient
|
|
48
52
|
def self.openapi_types
|
49
53
|
{
|
50
54
|
:'pulp_href' => :'String',
|
55
|
+
:'prn' => :'String',
|
51
56
|
:'pulp_created' => :'DateTime',
|
52
57
|
:'pulp_last_updated' => :'DateTime',
|
53
58
|
:'_module' => :'String',
|
@@ -81,6 +86,10 @@ module PulpRpmClient
|
|
81
86
|
self.pulp_href = attributes[:'pulp_href']
|
82
87
|
end
|
83
88
|
|
89
|
+
if attributes.key?(:'prn')
|
90
|
+
self.prn = attributes[:'prn']
|
91
|
+
end
|
92
|
+
|
84
93
|
if attributes.key?(:'pulp_created')
|
85
94
|
self.pulp_created = attributes[:'pulp_created']
|
86
95
|
end
|
@@ -136,6 +145,7 @@ module PulpRpmClient
|
|
136
145
|
return true if self.equal?(o)
|
137
146
|
self.class == o.class &&
|
138
147
|
pulp_href == o.pulp_href &&
|
148
|
+
prn == o.prn &&
|
139
149
|
pulp_created == o.pulp_created &&
|
140
150
|
pulp_last_updated == o.pulp_last_updated &&
|
141
151
|
_module == o._module &&
|
@@ -152,7 +162,7 @@ module PulpRpmClient
|
|
152
162
|
# Calculates hash code according to all attributes.
|
153
163
|
# @return [Integer] Hash code
|
154
164
|
def hash
|
155
|
-
[pulp_href, pulp_created, pulp_last_updated, _module, stream, profiles].hash
|
165
|
+
[pulp_href, prn, pulp_created, pulp_last_updated, _module, stream, profiles].hash
|
156
166
|
end
|
157
167
|
|
158
168
|
# Builds the object from hash
|
@@ -17,6 +17,9 @@ module PulpRpmClient
|
|
17
17
|
class RpmModulemdObsoleteResponse
|
18
18
|
attr_accessor :pulp_href
|
19
19
|
|
20
|
+
# The Pulp Resource Name (PRN).
|
21
|
+
attr_accessor :prn
|
22
|
+
|
20
23
|
# Timestamp of creation.
|
21
24
|
attr_accessor :pulp_created
|
22
25
|
|
@@ -54,6 +57,7 @@ module PulpRpmClient
|
|
54
57
|
def self.attribute_map
|
55
58
|
{
|
56
59
|
:'pulp_href' => :'pulp_href',
|
60
|
+
:'prn' => :'prn',
|
57
61
|
:'pulp_created' => :'pulp_created',
|
58
62
|
:'pulp_last_updated' => :'pulp_last_updated',
|
59
63
|
:'modified' => :'modified',
|
@@ -72,6 +76,7 @@ module PulpRpmClient
|
|
72
76
|
def self.openapi_types
|
73
77
|
{
|
74
78
|
:'pulp_href' => :'String',
|
79
|
+
:'prn' => :'String',
|
75
80
|
:'pulp_created' => :'DateTime',
|
76
81
|
:'pulp_last_updated' => :'DateTime',
|
77
82
|
:'modified' => :'String',
|
@@ -116,6 +121,10 @@ module PulpRpmClient
|
|
116
121
|
self.pulp_href = attributes[:'pulp_href']
|
117
122
|
end
|
118
123
|
|
124
|
+
if attributes.key?(:'prn')
|
125
|
+
self.prn = attributes[:'prn']
|
126
|
+
end
|
127
|
+
|
119
128
|
if attributes.key?(:'pulp_created')
|
120
129
|
self.pulp_created = attributes[:'pulp_created']
|
121
130
|
end
|
@@ -200,6 +209,7 @@ module PulpRpmClient
|
|
200
209
|
return true if self.equal?(o)
|
201
210
|
self.class == o.class &&
|
202
211
|
pulp_href == o.pulp_href &&
|
212
|
+
prn == o.prn &&
|
203
213
|
pulp_created == o.pulp_created &&
|
204
214
|
pulp_last_updated == o.pulp_last_updated &&
|
205
215
|
modified == o.modified &&
|
@@ -222,7 +232,7 @@ module PulpRpmClient
|
|
222
232
|
# Calculates hash code according to all attributes.
|
223
233
|
# @return [Integer] Hash code
|
224
234
|
def hash
|
225
|
-
[pulp_href, pulp_created, pulp_last_updated, modified, module_name, module_stream, message, override_previous, module_context, eol_date, obsoleted_by_module_name, obsoleted_by_module_stream].hash
|
235
|
+
[pulp_href, prn, pulp_created, pulp_last_updated, modified, module_name, module_stream, message, override_previous, module_context, eol_date, obsoleted_by_module_name, obsoleted_by_module_stream].hash
|
226
236
|
end
|
227
237
|
|
228
238
|
# Builds the object from hash
|
@@ -17,6 +17,9 @@ module PulpRpmClient
|
|
17
17
|
class RpmModulemdResponse
|
18
18
|
attr_accessor :pulp_href
|
19
19
|
|
20
|
+
# The Pulp Resource Name (PRN).
|
21
|
+
attr_accessor :prn
|
22
|
+
|
20
23
|
# Timestamp of creation.
|
21
24
|
attr_accessor :pulp_created
|
22
25
|
|
@@ -60,6 +63,7 @@ module PulpRpmClient
|
|
60
63
|
def self.attribute_map
|
61
64
|
{
|
62
65
|
:'pulp_href' => :'pulp_href',
|
66
|
+
:'prn' => :'prn',
|
63
67
|
:'pulp_created' => :'pulp_created',
|
64
68
|
:'pulp_last_updated' => :'pulp_last_updated',
|
65
69
|
:'name' => :'name',
|
@@ -80,6 +84,7 @@ module PulpRpmClient
|
|
80
84
|
def self.openapi_types
|
81
85
|
{
|
82
86
|
:'pulp_href' => :'String',
|
87
|
+
:'prn' => :'String',
|
83
88
|
:'pulp_created' => :'DateTime',
|
84
89
|
:'pulp_last_updated' => :'DateTime',
|
85
90
|
:'name' => :'String',
|
@@ -124,6 +129,10 @@ module PulpRpmClient
|
|
124
129
|
self.pulp_href = attributes[:'pulp_href']
|
125
130
|
end
|
126
131
|
|
132
|
+
if attributes.key?(:'prn')
|
133
|
+
self.prn = attributes[:'prn']
|
134
|
+
end
|
135
|
+
|
127
136
|
if attributes.key?(:'pulp_created')
|
128
137
|
self.pulp_created = attributes[:'pulp_created']
|
129
138
|
end
|
@@ -228,6 +237,7 @@ module PulpRpmClient
|
|
228
237
|
return true if self.equal?(o)
|
229
238
|
self.class == o.class &&
|
230
239
|
pulp_href == o.pulp_href &&
|
240
|
+
prn == o.prn &&
|
231
241
|
pulp_created == o.pulp_created &&
|
232
242
|
pulp_last_updated == o.pulp_last_updated &&
|
233
243
|
name == o.name &&
|
@@ -252,7 +262,7 @@ module PulpRpmClient
|
|
252
262
|
# Calculates hash code according to all attributes.
|
253
263
|
# @return [Integer] Hash code
|
254
264
|
def hash
|
255
|
-
[pulp_href, pulp_created, pulp_last_updated, name, stream, version, static_context, context, arch, artifacts, dependencies, packages, profiles, description].hash
|
265
|
+
[pulp_href, prn, pulp_created, pulp_last_updated, name, stream, version, static_context, context, arch, artifacts, dependencies, packages, profiles, description].hash
|
256
266
|
end
|
257
267
|
|
258
268
|
# Builds the object from hash
|
@@ -30,6 +30,9 @@ module PulpRpmClient
|
|
30
30
|
# An uncommitted upload that may be turned into the content unit.
|
31
31
|
attr_accessor :upload
|
32
32
|
|
33
|
+
# A url that Pulp can download and turn into the content unit.
|
34
|
+
attr_accessor :file_url
|
35
|
+
|
33
36
|
# Attribute mapping from ruby-style variable name to JSON key.
|
34
37
|
def self.attribute_map
|
35
38
|
{
|
@@ -37,7 +40,8 @@ module PulpRpmClient
|
|
37
40
|
:'artifact' => :'artifact',
|
38
41
|
:'relative_path' => :'relative_path',
|
39
42
|
:'file' => :'file',
|
40
|
-
:'upload' => :'upload'
|
43
|
+
:'upload' => :'upload',
|
44
|
+
:'file_url' => :'file_url'
|
41
45
|
}
|
42
46
|
end
|
43
47
|
|
@@ -48,7 +52,8 @@ module PulpRpmClient
|
|
48
52
|
:'artifact' => :'String',
|
49
53
|
:'relative_path' => :'String',
|
50
54
|
:'file' => :'File',
|
51
|
-
:'upload' => :'String'
|
55
|
+
:'upload' => :'String',
|
56
|
+
:'file_url' => :'String'
|
52
57
|
}
|
53
58
|
end
|
54
59
|
|
@@ -92,6 +97,10 @@ module PulpRpmClient
|
|
92
97
|
if attributes.key?(:'upload')
|
93
98
|
self.upload = attributes[:'upload']
|
94
99
|
end
|
100
|
+
|
101
|
+
if attributes.key?(:'file_url')
|
102
|
+
self.file_url = attributes[:'file_url']
|
103
|
+
end
|
95
104
|
end
|
96
105
|
|
97
106
|
# Show invalid properties with the reasons. Usually used together with valid?
|
@@ -102,6 +111,10 @@ module PulpRpmClient
|
|
102
111
|
invalid_properties.push('invalid value for "relative_path", the character length must be great than or equal to 1.')
|
103
112
|
end
|
104
113
|
|
114
|
+
if !@file_url.nil? && @file_url.to_s.length < 1
|
115
|
+
invalid_properties.push('invalid value for "file_url", the character length must be great than or equal to 1.')
|
116
|
+
end
|
117
|
+
|
105
118
|
invalid_properties
|
106
119
|
end
|
107
120
|
|
@@ -109,6 +122,7 @@ module PulpRpmClient
|
|
109
122
|
# @return true if the model is valid
|
110
123
|
def valid?
|
111
124
|
return false if !@relative_path.nil? && @relative_path.to_s.length < 1
|
125
|
+
return false if !@file_url.nil? && @file_url.to_s.length < 1
|
112
126
|
true
|
113
127
|
end
|
114
128
|
|
@@ -122,6 +136,16 @@ module PulpRpmClient
|
|
122
136
|
@relative_path = relative_path
|
123
137
|
end
|
124
138
|
|
139
|
+
# Custom attribute writer method with validation
|
140
|
+
# @param [Object] file_url Value to be assigned
|
141
|
+
def file_url=(file_url)
|
142
|
+
if !file_url.nil? && file_url.to_s.length < 1
|
143
|
+
fail ArgumentError, 'invalid value for "file_url", the character length must be great than or equal to 1.'
|
144
|
+
end
|
145
|
+
|
146
|
+
@file_url = file_url
|
147
|
+
end
|
148
|
+
|
125
149
|
# Checks equality by comparing each attribute.
|
126
150
|
# @param [Object] Object to be compared
|
127
151
|
def ==(o)
|
@@ -131,7 +155,8 @@ module PulpRpmClient
|
|
131
155
|
artifact == o.artifact &&
|
132
156
|
relative_path == o.relative_path &&
|
133
157
|
file == o.file &&
|
134
|
-
upload == o.upload
|
158
|
+
upload == o.upload &&
|
159
|
+
file_url == o.file_url
|
135
160
|
end
|
136
161
|
|
137
162
|
# @see the `==` method
|
@@ -143,7 +168,7 @@ module PulpRpmClient
|
|
143
168
|
# Calculates hash code according to all attributes.
|
144
169
|
# @return [Integer] Hash code
|
145
170
|
def hash
|
146
|
-
[repository, artifact, relative_path, file, upload].hash
|
171
|
+
[repository, artifact, relative_path, file, upload, file_url].hash
|
147
172
|
end
|
148
173
|
|
149
174
|
# Builds the object from hash
|