pulp_deb_client 2.7.0 → 2.8.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +19 -19
- data/docs/ContentGenericContentsApi.md +2 -2
- data/docs/ContentInstallerFileIndicesApi.md +2 -2
- data/docs/ContentInstallerPackagesApi.md +2 -2
- data/docs/ContentPackageIndicesApi.md +2 -2
- data/docs/ContentPackageReleaseComponentsApi.md +2 -2
- data/docs/ContentPackagesApi.md +2 -2
- data/docs/ContentReleaseArchitecturesApi.md +2 -2
- data/docs/ContentReleaseComponentsApi.md +2 -2
- data/docs/ContentReleaseFilesApi.md +2 -2
- data/docs/ContentReleasesApi.md +2 -2
- data/docs/DebAptRemote.md +6 -4
- data/docs/DebAptRemoteResponse.md +6 -4
- data/docs/DebReleaseFile.md +2 -2
- data/docs/DebReleaseFileResponse.md +2 -2
- data/docs/DistributionsAptApi.md +2 -2
- data/docs/{InlineResponse20014.md → PaginatedRepositoryVersionResponseList.md} +4 -4
- data/docs/{InlineResponse2009.md → PaginateddebAptDistributionResponseList.md} +4 -4
- data/docs/{InlineResponse20010.md → PaginateddebAptPublicationResponseList.md} +4 -4
- data/docs/{InlineResponse20012.md → PaginateddebAptRemoteResponseList.md} +4 -4
- data/docs/{InlineResponse20013.md → PaginateddebAptRepositoryResponseList.md} +4 -4
- data/docs/{InlineResponse2002.md → PaginateddebBasePackageResponseList.md} +4 -4
- data/docs/{InlineResponse200.md → PaginateddebGenericContentResponseList.md} +4 -4
- data/docs/{InlineResponse2001.md → PaginateddebInstallerFileIndexResponseList.md} +4 -4
- data/docs/{InlineResponse2003.md → PaginateddebPackageIndexResponseList.md} +4 -4
- data/docs/{InlineResponse2004.md → PaginateddebPackageReleaseComponentResponseList.md} +4 -4
- data/docs/{InlineResponse2005.md → PaginateddebReleaseArchitectureResponseList.md} +4 -4
- data/docs/{InlineResponse2006.md → PaginateddebReleaseComponentResponseList.md} +4 -4
- data/docs/{InlineResponse2007.md → PaginateddebReleaseFileResponseList.md} +4 -4
- data/docs/{InlineResponse2008.md → PaginateddebReleaseResponseList.md} +4 -4
- data/docs/{InlineResponse20011.md → PaginateddebVerbatimPublicationResponseList.md} +4 -4
- data/docs/PatcheddebAptRemote.md +6 -4
- data/docs/PublicationsAptApi.md +2 -2
- data/docs/PublicationsVerbatimApi.md +2 -2
- data/docs/RemotesAptApi.md +2 -2
- data/docs/RepositoriesAptApi.md +2 -2
- data/docs/RepositoriesDebVersionsApi.md +2 -2
- data/lib/pulp_deb_client/api/content_generic_contents_api.rb +3 -3
- data/lib/pulp_deb_client/api/content_installer_file_indices_api.rb +3 -3
- data/lib/pulp_deb_client/api/content_installer_packages_api.rb +3 -3
- data/lib/pulp_deb_client/api/content_package_indices_api.rb +3 -3
- data/lib/pulp_deb_client/api/content_package_release_components_api.rb +3 -3
- data/lib/pulp_deb_client/api/content_packages_api.rb +3 -3
- data/lib/pulp_deb_client/api/content_release_architectures_api.rb +3 -3
- data/lib/pulp_deb_client/api/content_release_components_api.rb +3 -3
- data/lib/pulp_deb_client/api/content_release_files_api.rb +3 -3
- data/lib/pulp_deb_client/api/content_releases_api.rb +3 -3
- data/lib/pulp_deb_client/api/distributions_apt_api.rb +3 -3
- data/lib/pulp_deb_client/api/publications_apt_api.rb +3 -3
- data/lib/pulp_deb_client/api/publications_verbatim_api.rb +3 -3
- data/lib/pulp_deb_client/api/remotes_apt_api.rb +3 -3
- data/lib/pulp_deb_client/api/repositories_apt_api.rb +3 -3
- data/lib/pulp_deb_client/api/repositories_deb_versions_api.rb +3 -3
- data/lib/pulp_deb_client/models/deb_apt_remote.rb +18 -8
- data/lib/pulp_deb_client/models/deb_apt_remote_response.rb +18 -8
- data/lib/pulp_deb_client/models/deb_release_file.rb +3 -3
- data/lib/pulp_deb_client/models/deb_release_file_response.rb +3 -3
- data/lib/pulp_deb_client/models/{inline_response20014.rb → paginated_repository_version_response_list.rb} +3 -3
- data/lib/pulp_deb_client/models/{inline_response2009.rb → paginateddeb_apt_distribution_response_list.rb} +3 -3
- data/lib/pulp_deb_client/models/{inline_response20010.rb → paginateddeb_apt_publication_response_list.rb} +3 -3
- data/lib/pulp_deb_client/models/{inline_response20012.rb → paginateddeb_apt_remote_response_list.rb} +3 -3
- data/lib/pulp_deb_client/models/{inline_response20013.rb → paginateddeb_apt_repository_response_list.rb} +3 -3
- data/lib/pulp_deb_client/models/{inline_response2002.rb → paginateddeb_base_package_response_list.rb} +3 -3
- data/lib/pulp_deb_client/models/{inline_response200.rb → paginateddeb_generic_content_response_list.rb} +3 -3
- data/lib/pulp_deb_client/models/{inline_response2001.rb → paginateddeb_installer_file_index_response_list.rb} +3 -3
- data/lib/pulp_deb_client/models/{inline_response2003.rb → paginateddeb_package_index_response_list.rb} +3 -3
- data/lib/pulp_deb_client/models/{inline_response2004.rb → paginateddeb_package_release_component_response_list.rb} +3 -3
- data/lib/pulp_deb_client/models/{inline_response2005.rb → paginateddeb_release_architecture_response_list.rb} +3 -3
- data/lib/pulp_deb_client/models/{inline_response2006.rb → paginateddeb_release_component_response_list.rb} +3 -3
- data/lib/pulp_deb_client/models/{inline_response2007.rb → paginateddeb_release_file_response_list.rb} +3 -3
- data/lib/pulp_deb_client/models/{inline_response2008.rb → paginateddeb_release_response_list.rb} +3 -3
- data/lib/pulp_deb_client/models/{inline_response20011.rb → paginateddeb_verbatim_publication_response_list.rb} +3 -3
- data/lib/pulp_deb_client/models/patcheddeb_apt_remote.rb +18 -8
- data/lib/pulp_deb_client/version.rb +1 -1
- data/lib/pulp_deb_client.rb +15 -15
- data/spec/api/content_generic_contents_api_spec.rb +1 -1
- data/spec/api/content_installer_file_indices_api_spec.rb +1 -1
- data/spec/api/content_installer_packages_api_spec.rb +1 -1
- data/spec/api/content_package_indices_api_spec.rb +1 -1
- data/spec/api/content_package_release_components_api_spec.rb +1 -1
- data/spec/api/content_packages_api_spec.rb +1 -1
- data/spec/api/content_release_architectures_api_spec.rb +1 -1
- data/spec/api/content_release_components_api_spec.rb +1 -1
- data/spec/api/content_release_files_api_spec.rb +1 -1
- data/spec/api/content_releases_api_spec.rb +1 -1
- data/spec/api/distributions_apt_api_spec.rb +1 -1
- data/spec/api/publications_apt_api_spec.rb +1 -1
- data/spec/api/publications_verbatim_api_spec.rb +1 -1
- data/spec/api/remotes_apt_api_spec.rb +1 -1
- data/spec/api/repositories_apt_api_spec.rb +1 -1
- data/spec/api/repositories_deb_versions_api_spec.rb +1 -1
- data/spec/models/deb_apt_remote_response_spec.rb +6 -0
- data/spec/models/deb_apt_remote_spec.rb +6 -0
- data/spec/models/paginated_repository_version_response_list_spec.rb +59 -0
- data/spec/models/paginateddeb_apt_distribution_response_list_spec.rb +59 -0
- data/spec/models/paginateddeb_apt_publication_response_list_spec.rb +59 -0
- data/spec/models/{inline_response20011_spec.rb → paginateddeb_apt_remote_response_list_spec.rb} +6 -6
- data/spec/models/paginateddeb_apt_repository_response_list_spec.rb +59 -0
- data/spec/models/{inline_response20012_spec.rb → paginateddeb_base_package_response_list_spec.rb} +6 -6
- data/spec/models/paginateddeb_generic_content_response_list_spec.rb +59 -0
- data/spec/models/paginateddeb_installer_file_index_response_list_spec.rb +59 -0
- data/spec/models/paginateddeb_package_index_response_list_spec.rb +59 -0
- data/spec/models/paginateddeb_package_release_component_response_list_spec.rb +59 -0
- data/spec/models/paginateddeb_release_architecture_response_list_spec.rb +59 -0
- data/spec/models/paginateddeb_release_component_response_list_spec.rb +59 -0
- data/spec/models/{inline_response20013_spec.rb → paginateddeb_release_file_response_list_spec.rb} +6 -6
- data/spec/models/{inline_response20010_spec.rb → paginateddeb_release_response_list_spec.rb} +6 -6
- data/spec/models/paginateddeb_verbatim_publication_response_list_spec.rb +59 -0
- data/spec/models/patcheddeb_apt_remote_spec.rb +6 -0
- metadata +102 -102
- data/spec/models/inline_response20014_spec.rb +0 -59
- data/spec/models/inline_response2001_spec.rb +0 -59
- data/spec/models/inline_response2002_spec.rb +0 -59
- data/spec/models/inline_response2003_spec.rb +0 -59
- data/spec/models/inline_response2004_spec.rb +0 -59
- data/spec/models/inline_response2005_spec.rb +0 -59
- data/spec/models/inline_response2006_spec.rb +0 -59
- data/spec/models/inline_response2007_spec.rb +0 -59
- data/spec/models/inline_response2008_spec.rb +0 -59
- data/spec/models/inline_response2009_spec.rb +0 -59
- data/spec/models/inline_response200_spec.rb +0 -59
@@ -48,13 +48,13 @@ module PulpDebClient
|
|
48
48
|
# The policy to use when downloading content. The possible values include: 'immediate', 'on_demand', and 'streamed'. 'immediate' is the default.
|
49
49
|
attr_accessor :policy
|
50
50
|
|
51
|
-
# Whitespace separated list of distributions to sync
|
51
|
+
# Whitespace separated list of distributions to sync. The distribution is the path from the repository root to the \"Release\" file you want to access. This is often, but not always, equal to either the codename or the suite of the release you want to sync. If the repository you are trying to sync uses \"flat repository format\", the distribution must end with a \"/\". Based on \"/etc/apt/sources.list\" syntax.
|
52
52
|
attr_accessor :distributions
|
53
53
|
|
54
|
-
# Whitespace separatet list of components to sync
|
54
|
+
# Whitespace separatet list of components to sync. If none are supplied, all that are available will be synchronized. Leave blank for repositores using \"flat repository format\".
|
55
55
|
attr_accessor :components
|
56
56
|
|
57
|
-
# Whitespace separated list of architectures to sync
|
57
|
+
# Whitespace separated list of architectures to sync If none are supplied, all that are available will be synchronized. A list of valid architecture specification strings can be found by running \"dpkg-architecture -L\". A sync will download the intersection of the list of architectures provided via this field and those provided by the relevant \"Release\" file. Architecture=\"all\" is always synchronized and does not need to be provided here.
|
58
58
|
attr_accessor :architectures
|
59
59
|
|
60
60
|
# Sync source packages
|
@@ -69,6 +69,9 @@ module PulpDebClient
|
|
69
69
|
# Gpg public key to verify origin releases against
|
70
70
|
attr_accessor :gpgkey
|
71
71
|
|
72
|
+
# By default, upstream repositories that declare architectures and corresponding package indices in their Release files without actually publishing them, will fail to synchronize. Set this flag to True to allow the synchronization of such \"partial mirrors\" instead. Alternatively, you could make your remote filter by architectures for which the upstream repository does have indices.
|
73
|
+
attr_accessor :ignore_missing_package_indices
|
74
|
+
|
72
75
|
# Attribute mapping from ruby-style variable name to JSON key.
|
73
76
|
def self.attribute_map
|
74
77
|
{
|
@@ -89,7 +92,8 @@ module PulpDebClient
|
|
89
92
|
:'sync_sources' => :'sync_sources',
|
90
93
|
:'sync_udebs' => :'sync_udebs',
|
91
94
|
:'sync_installer' => :'sync_installer',
|
92
|
-
:'gpgkey' => :'gpgkey'
|
95
|
+
:'gpgkey' => :'gpgkey',
|
96
|
+
:'ignore_missing_package_indices' => :'ignore_missing_package_indices'
|
93
97
|
}
|
94
98
|
end
|
95
99
|
|
@@ -113,7 +117,8 @@ module PulpDebClient
|
|
113
117
|
:'sync_sources' => :'Boolean',
|
114
118
|
:'sync_udebs' => :'Boolean',
|
115
119
|
:'sync_installer' => :'Boolean',
|
116
|
-
:'gpgkey' => :'String'
|
120
|
+
:'gpgkey' => :'String',
|
121
|
+
:'ignore_missing_package_indices' => :'Boolean'
|
117
122
|
}
|
118
123
|
end
|
119
124
|
|
@@ -128,7 +133,7 @@ module PulpDebClient
|
|
128
133
|
:'password',
|
129
134
|
:'components',
|
130
135
|
:'architectures',
|
131
|
-
:'gpgkey'
|
136
|
+
:'gpgkey',
|
132
137
|
])
|
133
138
|
end
|
134
139
|
|
@@ -218,6 +223,10 @@ module PulpDebClient
|
|
218
223
|
if attributes.key?(:'gpgkey')
|
219
224
|
self.gpgkey = attributes[:'gpgkey']
|
220
225
|
end
|
226
|
+
|
227
|
+
if attributes.key?(:'ignore_missing_package_indices')
|
228
|
+
self.ignore_missing_package_indices = attributes[:'ignore_missing_package_indices']
|
229
|
+
end
|
221
230
|
end
|
222
231
|
|
223
232
|
# Show invalid properties with the reasons. Usually used together with valid?
|
@@ -285,7 +294,8 @@ module PulpDebClient
|
|
285
294
|
sync_sources == o.sync_sources &&
|
286
295
|
sync_udebs == o.sync_udebs &&
|
287
296
|
sync_installer == o.sync_installer &&
|
288
|
-
gpgkey == o.gpgkey
|
297
|
+
gpgkey == o.gpgkey &&
|
298
|
+
ignore_missing_package_indices == o.ignore_missing_package_indices
|
289
299
|
end
|
290
300
|
|
291
301
|
# @see the `==` method
|
@@ -297,7 +307,7 @@ module PulpDebClient
|
|
297
307
|
# Calculates hash code according to all attributes.
|
298
308
|
# @return [Integer] Hash code
|
299
309
|
def hash
|
300
|
-
[name, url, ca_cert, client_cert, client_key, tls_validation, proxy_url, username, password, download_concurrency, policy, distributions, components, architectures, sync_sources, sync_udebs, sync_installer, gpgkey].hash
|
310
|
+
[name, url, ca_cert, client_cert, client_key, tls_validation, proxy_url, username, password, download_concurrency, policy, distributions, components, architectures, sync_sources, sync_udebs, sync_installer, gpgkey, ignore_missing_package_indices].hash
|
301
311
|
end
|
302
312
|
|
303
313
|
# Builds the object from hash
|
@@ -56,13 +56,13 @@ module PulpDebClient
|
|
56
56
|
# The policy to use when downloading content. The possible values include: 'immediate', 'on_demand', and 'streamed'. 'immediate' is the default.
|
57
57
|
attr_accessor :policy
|
58
58
|
|
59
|
-
# Whitespace separated list of distributions to sync
|
59
|
+
# Whitespace separated list of distributions to sync. The distribution is the path from the repository root to the \"Release\" file you want to access. This is often, but not always, equal to either the codename or the suite of the release you want to sync. If the repository you are trying to sync uses \"flat repository format\", the distribution must end with a \"/\". Based on \"/etc/apt/sources.list\" syntax.
|
60
60
|
attr_accessor :distributions
|
61
61
|
|
62
|
-
# Whitespace separatet list of components to sync
|
62
|
+
# Whitespace separatet list of components to sync. If none are supplied, all that are available will be synchronized. Leave blank for repositores using \"flat repository format\".
|
63
63
|
attr_accessor :components
|
64
64
|
|
65
|
-
# Whitespace separated list of architectures to sync
|
65
|
+
# Whitespace separated list of architectures to sync If none are supplied, all that are available will be synchronized. A list of valid architecture specification strings can be found by running \"dpkg-architecture -L\". A sync will download the intersection of the list of architectures provided via this field and those provided by the relevant \"Release\" file. Architecture=\"all\" is always synchronized and does not need to be provided here.
|
66
66
|
attr_accessor :architectures
|
67
67
|
|
68
68
|
# Sync source packages
|
@@ -77,6 +77,9 @@ module PulpDebClient
|
|
77
77
|
# Gpg public key to verify origin releases against
|
78
78
|
attr_accessor :gpgkey
|
79
79
|
|
80
|
+
# By default, upstream repositories that declare architectures and corresponding package indices in their Release files without actually publishing them, will fail to synchronize. Set this flag to True to allow the synchronization of such \"partial mirrors\" instead. Alternatively, you could make your remote filter by architectures for which the upstream repository does have indices.
|
81
|
+
attr_accessor :ignore_missing_package_indices
|
82
|
+
|
80
83
|
# Attribute mapping from ruby-style variable name to JSON key.
|
81
84
|
def self.attribute_map
|
82
85
|
{
|
@@ -100,7 +103,8 @@ module PulpDebClient
|
|
100
103
|
:'sync_sources' => :'sync_sources',
|
101
104
|
:'sync_udebs' => :'sync_udebs',
|
102
105
|
:'sync_installer' => :'sync_installer',
|
103
|
-
:'gpgkey' => :'gpgkey'
|
106
|
+
:'gpgkey' => :'gpgkey',
|
107
|
+
:'ignore_missing_package_indices' => :'ignore_missing_package_indices'
|
104
108
|
}
|
105
109
|
end
|
106
110
|
|
@@ -127,7 +131,8 @@ module PulpDebClient
|
|
127
131
|
:'sync_sources' => :'Boolean',
|
128
132
|
:'sync_udebs' => :'Boolean',
|
129
133
|
:'sync_installer' => :'Boolean',
|
130
|
-
:'gpgkey' => :'String'
|
134
|
+
:'gpgkey' => :'String',
|
135
|
+
:'ignore_missing_package_indices' => :'Boolean'
|
131
136
|
}
|
132
137
|
end
|
133
138
|
|
@@ -142,7 +147,7 @@ module PulpDebClient
|
|
142
147
|
:'password',
|
143
148
|
:'components',
|
144
149
|
:'architectures',
|
145
|
-
:'gpgkey'
|
150
|
+
:'gpgkey',
|
146
151
|
])
|
147
152
|
end
|
148
153
|
|
@@ -244,6 +249,10 @@ module PulpDebClient
|
|
244
249
|
if attributes.key?(:'gpgkey')
|
245
250
|
self.gpgkey = attributes[:'gpgkey']
|
246
251
|
end
|
252
|
+
|
253
|
+
if attributes.key?(:'ignore_missing_package_indices')
|
254
|
+
self.ignore_missing_package_indices = attributes[:'ignore_missing_package_indices']
|
255
|
+
end
|
247
256
|
end
|
248
257
|
|
249
258
|
# Show invalid properties with the reasons. Usually used together with valid?
|
@@ -314,7 +323,8 @@ module PulpDebClient
|
|
314
323
|
sync_sources == o.sync_sources &&
|
315
324
|
sync_udebs == o.sync_udebs &&
|
316
325
|
sync_installer == o.sync_installer &&
|
317
|
-
gpgkey == o.gpgkey
|
326
|
+
gpgkey == o.gpgkey &&
|
327
|
+
ignore_missing_package_indices == o.ignore_missing_package_indices
|
318
328
|
end
|
319
329
|
|
320
330
|
# @see the `==` method
|
@@ -326,7 +336,7 @@ module PulpDebClient
|
|
326
336
|
# Calculates hash code according to all attributes.
|
327
337
|
# @return [Integer] Hash code
|
328
338
|
def hash
|
329
|
-
[pulp_href, pulp_created, name, url, ca_cert, client_cert, client_key, tls_validation, proxy_url, username, password, pulp_last_updated, download_concurrency, policy, distributions, components, architectures, sync_sources, sync_udebs, sync_installer, gpgkey].hash
|
339
|
+
[pulp_href, pulp_created, name, url, ca_cert, client_cert, client_key, tls_validation, proxy_url, username, password, pulp_last_updated, download_concurrency, policy, distributions, components, architectures, sync_sources, sync_udebs, sync_installer, gpgkey, ignore_missing_package_indices].hash
|
330
340
|
end
|
331
341
|
|
332
342
|
# Builds the object from hash
|
@@ -102,8 +102,8 @@ module PulpDebClient
|
|
102
102
|
invalid_properties.push('invalid value for "artifacts", artifacts cannot be nil.')
|
103
103
|
end
|
104
104
|
|
105
|
-
if @
|
106
|
-
invalid_properties.push('invalid value for "
|
105
|
+
if @distribution.nil?
|
106
|
+
invalid_properties.push('invalid value for "distribution", distribution cannot be nil.')
|
107
107
|
end
|
108
108
|
|
109
109
|
invalid_properties
|
@@ -113,7 +113,7 @@ module PulpDebClient
|
|
113
113
|
# @return true if the model is valid
|
114
114
|
def valid?
|
115
115
|
return false if @artifacts.nil?
|
116
|
-
return false if @
|
116
|
+
return false if @distribution.nil?
|
117
117
|
true
|
118
118
|
end
|
119
119
|
|
@@ -119,8 +119,8 @@ module PulpDebClient
|
|
119
119
|
invalid_properties.push('invalid value for "artifacts", artifacts cannot be nil.')
|
120
120
|
end
|
121
121
|
|
122
|
-
if @
|
123
|
-
invalid_properties.push('invalid value for "
|
122
|
+
if @distribution.nil?
|
123
|
+
invalid_properties.push('invalid value for "distribution", distribution cannot be nil.')
|
124
124
|
end
|
125
125
|
|
126
126
|
invalid_properties
|
@@ -130,7 +130,7 @@ module PulpDebClient
|
|
130
130
|
# @return true if the model is valid
|
131
131
|
def valid?
|
132
132
|
return false if @artifacts.nil?
|
133
|
-
return false if @
|
133
|
+
return false if @distribution.nil?
|
134
134
|
true
|
135
135
|
end
|
136
136
|
|
@@ -13,7 +13,7 @@ OpenAPI Generator version: 4.2.3
|
|
13
13
|
require 'date'
|
14
14
|
|
15
15
|
module PulpDebClient
|
16
|
-
class
|
16
|
+
class PaginatedRepositoryVersionResponseList
|
17
17
|
attr_accessor :count
|
18
18
|
|
19
19
|
attr_accessor :_next
|
@@ -54,13 +54,13 @@ module PulpDebClient
|
|
54
54
|
# @param [Hash] attributes Model attributes in the form of hash
|
55
55
|
def initialize(attributes = {})
|
56
56
|
if (!attributes.is_a?(Hash))
|
57
|
-
fail ArgumentError, "The input argument (attributes) must be a hash in `PulpDebClient::
|
57
|
+
fail ArgumentError, "The input argument (attributes) must be a hash in `PulpDebClient::PaginatedRepositoryVersionResponseList` initialize method"
|
58
58
|
end
|
59
59
|
|
60
60
|
# check to see if the attribute exists and convert string to symbol for hash key
|
61
61
|
attributes = attributes.each_with_object({}) { |(k, v), h|
|
62
62
|
if (!self.class.attribute_map.key?(k.to_sym))
|
63
|
-
fail ArgumentError, "`#{k}` is not a valid attribute in `PulpDebClient::
|
63
|
+
fail ArgumentError, "`#{k}` is not a valid attribute in `PulpDebClient::PaginatedRepositoryVersionResponseList`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
|
64
64
|
end
|
65
65
|
h[k.to_sym] = v
|
66
66
|
}
|
@@ -13,7 +13,7 @@ OpenAPI Generator version: 4.2.3
|
|
13
13
|
require 'date'
|
14
14
|
|
15
15
|
module PulpDebClient
|
16
|
-
class
|
16
|
+
class PaginateddebAptDistributionResponseList
|
17
17
|
attr_accessor :count
|
18
18
|
|
19
19
|
attr_accessor :_next
|
@@ -54,13 +54,13 @@ module PulpDebClient
|
|
54
54
|
# @param [Hash] attributes Model attributes in the form of hash
|
55
55
|
def initialize(attributes = {})
|
56
56
|
if (!attributes.is_a?(Hash))
|
57
|
-
fail ArgumentError, "The input argument (attributes) must be a hash in `PulpDebClient::
|
57
|
+
fail ArgumentError, "The input argument (attributes) must be a hash in `PulpDebClient::PaginateddebAptDistributionResponseList` initialize method"
|
58
58
|
end
|
59
59
|
|
60
60
|
# check to see if the attribute exists and convert string to symbol for hash key
|
61
61
|
attributes = attributes.each_with_object({}) { |(k, v), h|
|
62
62
|
if (!self.class.attribute_map.key?(k.to_sym))
|
63
|
-
fail ArgumentError, "`#{k}` is not a valid attribute in `PulpDebClient::
|
63
|
+
fail ArgumentError, "`#{k}` is not a valid attribute in `PulpDebClient::PaginateddebAptDistributionResponseList`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
|
64
64
|
end
|
65
65
|
h[k.to_sym] = v
|
66
66
|
}
|
@@ -13,7 +13,7 @@ OpenAPI Generator version: 4.2.3
|
|
13
13
|
require 'date'
|
14
14
|
|
15
15
|
module PulpDebClient
|
16
|
-
class
|
16
|
+
class PaginateddebAptPublicationResponseList
|
17
17
|
attr_accessor :count
|
18
18
|
|
19
19
|
attr_accessor :_next
|
@@ -54,13 +54,13 @@ module PulpDebClient
|
|
54
54
|
# @param [Hash] attributes Model attributes in the form of hash
|
55
55
|
def initialize(attributes = {})
|
56
56
|
if (!attributes.is_a?(Hash))
|
57
|
-
fail ArgumentError, "The input argument (attributes) must be a hash in `PulpDebClient::
|
57
|
+
fail ArgumentError, "The input argument (attributes) must be a hash in `PulpDebClient::PaginateddebAptPublicationResponseList` initialize method"
|
58
58
|
end
|
59
59
|
|
60
60
|
# check to see if the attribute exists and convert string to symbol for hash key
|
61
61
|
attributes = attributes.each_with_object({}) { |(k, v), h|
|
62
62
|
if (!self.class.attribute_map.key?(k.to_sym))
|
63
|
-
fail ArgumentError, "`#{k}` is not a valid attribute in `PulpDebClient::
|
63
|
+
fail ArgumentError, "`#{k}` is not a valid attribute in `PulpDebClient::PaginateddebAptPublicationResponseList`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
|
64
64
|
end
|
65
65
|
h[k.to_sym] = v
|
66
66
|
}
|
data/lib/pulp_deb_client/models/{inline_response20012.rb → paginateddeb_apt_remote_response_list.rb}
RENAMED
@@ -13,7 +13,7 @@ OpenAPI Generator version: 4.2.3
|
|
13
13
|
require 'date'
|
14
14
|
|
15
15
|
module PulpDebClient
|
16
|
-
class
|
16
|
+
class PaginateddebAptRemoteResponseList
|
17
17
|
attr_accessor :count
|
18
18
|
|
19
19
|
attr_accessor :_next
|
@@ -54,13 +54,13 @@ module PulpDebClient
|
|
54
54
|
# @param [Hash] attributes Model attributes in the form of hash
|
55
55
|
def initialize(attributes = {})
|
56
56
|
if (!attributes.is_a?(Hash))
|
57
|
-
fail ArgumentError, "The input argument (attributes) must be a hash in `PulpDebClient::
|
57
|
+
fail ArgumentError, "The input argument (attributes) must be a hash in `PulpDebClient::PaginateddebAptRemoteResponseList` initialize method"
|
58
58
|
end
|
59
59
|
|
60
60
|
# check to see if the attribute exists and convert string to symbol for hash key
|
61
61
|
attributes = attributes.each_with_object({}) { |(k, v), h|
|
62
62
|
if (!self.class.attribute_map.key?(k.to_sym))
|
63
|
-
fail ArgumentError, "`#{k}` is not a valid attribute in `PulpDebClient::
|
63
|
+
fail ArgumentError, "`#{k}` is not a valid attribute in `PulpDebClient::PaginateddebAptRemoteResponseList`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
|
64
64
|
end
|
65
65
|
h[k.to_sym] = v
|
66
66
|
}
|
@@ -13,7 +13,7 @@ OpenAPI Generator version: 4.2.3
|
|
13
13
|
require 'date'
|
14
14
|
|
15
15
|
module PulpDebClient
|
16
|
-
class
|
16
|
+
class PaginateddebAptRepositoryResponseList
|
17
17
|
attr_accessor :count
|
18
18
|
|
19
19
|
attr_accessor :_next
|
@@ -54,13 +54,13 @@ module PulpDebClient
|
|
54
54
|
# @param [Hash] attributes Model attributes in the form of hash
|
55
55
|
def initialize(attributes = {})
|
56
56
|
if (!attributes.is_a?(Hash))
|
57
|
-
fail ArgumentError, "The input argument (attributes) must be a hash in `PulpDebClient::
|
57
|
+
fail ArgumentError, "The input argument (attributes) must be a hash in `PulpDebClient::PaginateddebAptRepositoryResponseList` initialize method"
|
58
58
|
end
|
59
59
|
|
60
60
|
# check to see if the attribute exists and convert string to symbol for hash key
|
61
61
|
attributes = attributes.each_with_object({}) { |(k, v), h|
|
62
62
|
if (!self.class.attribute_map.key?(k.to_sym))
|
63
|
-
fail ArgumentError, "`#{k}` is not a valid attribute in `PulpDebClient::
|
63
|
+
fail ArgumentError, "`#{k}` is not a valid attribute in `PulpDebClient::PaginateddebAptRepositoryResponseList`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
|
64
64
|
end
|
65
65
|
h[k.to_sym] = v
|
66
66
|
}
|
@@ -13,7 +13,7 @@ OpenAPI Generator version: 4.2.3
|
|
13
13
|
require 'date'
|
14
14
|
|
15
15
|
module PulpDebClient
|
16
|
-
class
|
16
|
+
class PaginateddebBasePackageResponseList
|
17
17
|
attr_accessor :count
|
18
18
|
|
19
19
|
attr_accessor :_next
|
@@ -54,13 +54,13 @@ module PulpDebClient
|
|
54
54
|
# @param [Hash] attributes Model attributes in the form of hash
|
55
55
|
def initialize(attributes = {})
|
56
56
|
if (!attributes.is_a?(Hash))
|
57
|
-
fail ArgumentError, "The input argument (attributes) must be a hash in `PulpDebClient::
|
57
|
+
fail ArgumentError, "The input argument (attributes) must be a hash in `PulpDebClient::PaginateddebBasePackageResponseList` initialize method"
|
58
58
|
end
|
59
59
|
|
60
60
|
# check to see if the attribute exists and convert string to symbol for hash key
|
61
61
|
attributes = attributes.each_with_object({}) { |(k, v), h|
|
62
62
|
if (!self.class.attribute_map.key?(k.to_sym))
|
63
|
-
fail ArgumentError, "`#{k}` is not a valid attribute in `PulpDebClient::
|
63
|
+
fail ArgumentError, "`#{k}` is not a valid attribute in `PulpDebClient::PaginateddebBasePackageResponseList`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
|
64
64
|
end
|
65
65
|
h[k.to_sym] = v
|
66
66
|
}
|
@@ -13,7 +13,7 @@ OpenAPI Generator version: 4.2.3
|
|
13
13
|
require 'date'
|
14
14
|
|
15
15
|
module PulpDebClient
|
16
|
-
class
|
16
|
+
class PaginateddebGenericContentResponseList
|
17
17
|
attr_accessor :count
|
18
18
|
|
19
19
|
attr_accessor :_next
|
@@ -54,13 +54,13 @@ module PulpDebClient
|
|
54
54
|
# @param [Hash] attributes Model attributes in the form of hash
|
55
55
|
def initialize(attributes = {})
|
56
56
|
if (!attributes.is_a?(Hash))
|
57
|
-
fail ArgumentError, "The input argument (attributes) must be a hash in `PulpDebClient::
|
57
|
+
fail ArgumentError, "The input argument (attributes) must be a hash in `PulpDebClient::PaginateddebGenericContentResponseList` initialize method"
|
58
58
|
end
|
59
59
|
|
60
60
|
# check to see if the attribute exists and convert string to symbol for hash key
|
61
61
|
attributes = attributes.each_with_object({}) { |(k, v), h|
|
62
62
|
if (!self.class.attribute_map.key?(k.to_sym))
|
63
|
-
fail ArgumentError, "`#{k}` is not a valid attribute in `PulpDebClient::
|
63
|
+
fail ArgumentError, "`#{k}` is not a valid attribute in `PulpDebClient::PaginateddebGenericContentResponseList`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
|
64
64
|
end
|
65
65
|
h[k.to_sym] = v
|
66
66
|
}
|
@@ -13,7 +13,7 @@ OpenAPI Generator version: 4.2.3
|
|
13
13
|
require 'date'
|
14
14
|
|
15
15
|
module PulpDebClient
|
16
|
-
class
|
16
|
+
class PaginateddebInstallerFileIndexResponseList
|
17
17
|
attr_accessor :count
|
18
18
|
|
19
19
|
attr_accessor :_next
|
@@ -54,13 +54,13 @@ module PulpDebClient
|
|
54
54
|
# @param [Hash] attributes Model attributes in the form of hash
|
55
55
|
def initialize(attributes = {})
|
56
56
|
if (!attributes.is_a?(Hash))
|
57
|
-
fail ArgumentError, "The input argument (attributes) must be a hash in `PulpDebClient::
|
57
|
+
fail ArgumentError, "The input argument (attributes) must be a hash in `PulpDebClient::PaginateddebInstallerFileIndexResponseList` initialize method"
|
58
58
|
end
|
59
59
|
|
60
60
|
# check to see if the attribute exists and convert string to symbol for hash key
|
61
61
|
attributes = attributes.each_with_object({}) { |(k, v), h|
|
62
62
|
if (!self.class.attribute_map.key?(k.to_sym))
|
63
|
-
fail ArgumentError, "`#{k}` is not a valid attribute in `PulpDebClient::
|
63
|
+
fail ArgumentError, "`#{k}` is not a valid attribute in `PulpDebClient::PaginateddebInstallerFileIndexResponseList`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
|
64
64
|
end
|
65
65
|
h[k.to_sym] = v
|
66
66
|
}
|
@@ -13,7 +13,7 @@ OpenAPI Generator version: 4.2.3
|
|
13
13
|
require 'date'
|
14
14
|
|
15
15
|
module PulpDebClient
|
16
|
-
class
|
16
|
+
class PaginateddebPackageIndexResponseList
|
17
17
|
attr_accessor :count
|
18
18
|
|
19
19
|
attr_accessor :_next
|
@@ -54,13 +54,13 @@ module PulpDebClient
|
|
54
54
|
# @param [Hash] attributes Model attributes in the form of hash
|
55
55
|
def initialize(attributes = {})
|
56
56
|
if (!attributes.is_a?(Hash))
|
57
|
-
fail ArgumentError, "The input argument (attributes) must be a hash in `PulpDebClient::
|
57
|
+
fail ArgumentError, "The input argument (attributes) must be a hash in `PulpDebClient::PaginateddebPackageIndexResponseList` initialize method"
|
58
58
|
end
|
59
59
|
|
60
60
|
# check to see if the attribute exists and convert string to symbol for hash key
|
61
61
|
attributes = attributes.each_with_object({}) { |(k, v), h|
|
62
62
|
if (!self.class.attribute_map.key?(k.to_sym))
|
63
|
-
fail ArgumentError, "`#{k}` is not a valid attribute in `PulpDebClient::
|
63
|
+
fail ArgumentError, "`#{k}` is not a valid attribute in `PulpDebClient::PaginateddebPackageIndexResponseList`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
|
64
64
|
end
|
65
65
|
h[k.to_sym] = v
|
66
66
|
}
|
@@ -13,7 +13,7 @@ OpenAPI Generator version: 4.2.3
|
|
13
13
|
require 'date'
|
14
14
|
|
15
15
|
module PulpDebClient
|
16
|
-
class
|
16
|
+
class PaginateddebPackageReleaseComponentResponseList
|
17
17
|
attr_accessor :count
|
18
18
|
|
19
19
|
attr_accessor :_next
|
@@ -54,13 +54,13 @@ module PulpDebClient
|
|
54
54
|
# @param [Hash] attributes Model attributes in the form of hash
|
55
55
|
def initialize(attributes = {})
|
56
56
|
if (!attributes.is_a?(Hash))
|
57
|
-
fail ArgumentError, "The input argument (attributes) must be a hash in `PulpDebClient::
|
57
|
+
fail ArgumentError, "The input argument (attributes) must be a hash in `PulpDebClient::PaginateddebPackageReleaseComponentResponseList` initialize method"
|
58
58
|
end
|
59
59
|
|
60
60
|
# check to see if the attribute exists and convert string to symbol for hash key
|
61
61
|
attributes = attributes.each_with_object({}) { |(k, v), h|
|
62
62
|
if (!self.class.attribute_map.key?(k.to_sym))
|
63
|
-
fail ArgumentError, "`#{k}` is not a valid attribute in `PulpDebClient::
|
63
|
+
fail ArgumentError, "`#{k}` is not a valid attribute in `PulpDebClient::PaginateddebPackageReleaseComponentResponseList`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
|
64
64
|
end
|
65
65
|
h[k.to_sym] = v
|
66
66
|
}
|
@@ -13,7 +13,7 @@ OpenAPI Generator version: 4.2.3
|
|
13
13
|
require 'date'
|
14
14
|
|
15
15
|
module PulpDebClient
|
16
|
-
class
|
16
|
+
class PaginateddebReleaseArchitectureResponseList
|
17
17
|
attr_accessor :count
|
18
18
|
|
19
19
|
attr_accessor :_next
|
@@ -54,13 +54,13 @@ module PulpDebClient
|
|
54
54
|
# @param [Hash] attributes Model attributes in the form of hash
|
55
55
|
def initialize(attributes = {})
|
56
56
|
if (!attributes.is_a?(Hash))
|
57
|
-
fail ArgumentError, "The input argument (attributes) must be a hash in `PulpDebClient::
|
57
|
+
fail ArgumentError, "The input argument (attributes) must be a hash in `PulpDebClient::PaginateddebReleaseArchitectureResponseList` initialize method"
|
58
58
|
end
|
59
59
|
|
60
60
|
# check to see if the attribute exists and convert string to symbol for hash key
|
61
61
|
attributes = attributes.each_with_object({}) { |(k, v), h|
|
62
62
|
if (!self.class.attribute_map.key?(k.to_sym))
|
63
|
-
fail ArgumentError, "`#{k}` is not a valid attribute in `PulpDebClient::
|
63
|
+
fail ArgumentError, "`#{k}` is not a valid attribute in `PulpDebClient::PaginateddebReleaseArchitectureResponseList`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
|
64
64
|
end
|
65
65
|
h[k.to_sym] = v
|
66
66
|
}
|
@@ -13,7 +13,7 @@ OpenAPI Generator version: 4.2.3
|
|
13
13
|
require 'date'
|
14
14
|
|
15
15
|
module PulpDebClient
|
16
|
-
class
|
16
|
+
class PaginateddebReleaseComponentResponseList
|
17
17
|
attr_accessor :count
|
18
18
|
|
19
19
|
attr_accessor :_next
|
@@ -54,13 +54,13 @@ module PulpDebClient
|
|
54
54
|
# @param [Hash] attributes Model attributes in the form of hash
|
55
55
|
def initialize(attributes = {})
|
56
56
|
if (!attributes.is_a?(Hash))
|
57
|
-
fail ArgumentError, "The input argument (attributes) must be a hash in `PulpDebClient::
|
57
|
+
fail ArgumentError, "The input argument (attributes) must be a hash in `PulpDebClient::PaginateddebReleaseComponentResponseList` initialize method"
|
58
58
|
end
|
59
59
|
|
60
60
|
# check to see if the attribute exists and convert string to symbol for hash key
|
61
61
|
attributes = attributes.each_with_object({}) { |(k, v), h|
|
62
62
|
if (!self.class.attribute_map.key?(k.to_sym))
|
63
|
-
fail ArgumentError, "`#{k}` is not a valid attribute in `PulpDebClient::
|
63
|
+
fail ArgumentError, "`#{k}` is not a valid attribute in `PulpDebClient::PaginateddebReleaseComponentResponseList`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
|
64
64
|
end
|
65
65
|
h[k.to_sym] = v
|
66
66
|
}
|
@@ -13,7 +13,7 @@ OpenAPI Generator version: 4.2.3
|
|
13
13
|
require 'date'
|
14
14
|
|
15
15
|
module PulpDebClient
|
16
|
-
class
|
16
|
+
class PaginateddebReleaseFileResponseList
|
17
17
|
attr_accessor :count
|
18
18
|
|
19
19
|
attr_accessor :_next
|
@@ -54,13 +54,13 @@ module PulpDebClient
|
|
54
54
|
# @param [Hash] attributes Model attributes in the form of hash
|
55
55
|
def initialize(attributes = {})
|
56
56
|
if (!attributes.is_a?(Hash))
|
57
|
-
fail ArgumentError, "The input argument (attributes) must be a hash in `PulpDebClient::
|
57
|
+
fail ArgumentError, "The input argument (attributes) must be a hash in `PulpDebClient::PaginateddebReleaseFileResponseList` initialize method"
|
58
58
|
end
|
59
59
|
|
60
60
|
# check to see if the attribute exists and convert string to symbol for hash key
|
61
61
|
attributes = attributes.each_with_object({}) { |(k, v), h|
|
62
62
|
if (!self.class.attribute_map.key?(k.to_sym))
|
63
|
-
fail ArgumentError, "`#{k}` is not a valid attribute in `PulpDebClient::
|
63
|
+
fail ArgumentError, "`#{k}` is not a valid attribute in `PulpDebClient::PaginateddebReleaseFileResponseList`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
|
64
64
|
end
|
65
65
|
h[k.to_sym] = v
|
66
66
|
}
|
data/lib/pulp_deb_client/models/{inline_response2008.rb → paginateddeb_release_response_list.rb}
RENAMED
@@ -13,7 +13,7 @@ OpenAPI Generator version: 4.2.3
|
|
13
13
|
require 'date'
|
14
14
|
|
15
15
|
module PulpDebClient
|
16
|
-
class
|
16
|
+
class PaginateddebReleaseResponseList
|
17
17
|
attr_accessor :count
|
18
18
|
|
19
19
|
attr_accessor :_next
|
@@ -54,13 +54,13 @@ module PulpDebClient
|
|
54
54
|
# @param [Hash] attributes Model attributes in the form of hash
|
55
55
|
def initialize(attributes = {})
|
56
56
|
if (!attributes.is_a?(Hash))
|
57
|
-
fail ArgumentError, "The input argument (attributes) must be a hash in `PulpDebClient::
|
57
|
+
fail ArgumentError, "The input argument (attributes) must be a hash in `PulpDebClient::PaginateddebReleaseResponseList` initialize method"
|
58
58
|
end
|
59
59
|
|
60
60
|
# check to see if the attribute exists and convert string to symbol for hash key
|
61
61
|
attributes = attributes.each_with_object({}) { |(k, v), h|
|
62
62
|
if (!self.class.attribute_map.key?(k.to_sym))
|
63
|
-
fail ArgumentError, "`#{k}` is not a valid attribute in `PulpDebClient::
|
63
|
+
fail ArgumentError, "`#{k}` is not a valid attribute in `PulpDebClient::PaginateddebReleaseResponseList`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
|
64
64
|
end
|
65
65
|
h[k.to_sym] = v
|
66
66
|
}
|
@@ -13,7 +13,7 @@ OpenAPI Generator version: 4.2.3
|
|
13
13
|
require 'date'
|
14
14
|
|
15
15
|
module PulpDebClient
|
16
|
-
class
|
16
|
+
class PaginateddebVerbatimPublicationResponseList
|
17
17
|
attr_accessor :count
|
18
18
|
|
19
19
|
attr_accessor :_next
|
@@ -54,13 +54,13 @@ module PulpDebClient
|
|
54
54
|
# @param [Hash] attributes Model attributes in the form of hash
|
55
55
|
def initialize(attributes = {})
|
56
56
|
if (!attributes.is_a?(Hash))
|
57
|
-
fail ArgumentError, "The input argument (attributes) must be a hash in `PulpDebClient::
|
57
|
+
fail ArgumentError, "The input argument (attributes) must be a hash in `PulpDebClient::PaginateddebVerbatimPublicationResponseList` initialize method"
|
58
58
|
end
|
59
59
|
|
60
60
|
# check to see if the attribute exists and convert string to symbol for hash key
|
61
61
|
attributes = attributes.each_with_object({}) { |(k, v), h|
|
62
62
|
if (!self.class.attribute_map.key?(k.to_sym))
|
63
|
-
fail ArgumentError, "`#{k}` is not a valid attribute in `PulpDebClient::
|
63
|
+
fail ArgumentError, "`#{k}` is not a valid attribute in `PulpDebClient::PaginateddebVerbatimPublicationResponseList`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
|
64
64
|
end
|
65
65
|
h[k.to_sym] = v
|
66
66
|
}
|