pulp_file_client 1.0.1 → 1.1.0
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.
- checksums.yaml +4 -4
- data/README.md +6 -12
- data/docs/ContentFilesApi.md +2 -2
- data/docs/DistributionsFileApi.md +2 -2
- data/docs/{ExportRead.md → Export.md} +2 -2
- data/docs/ExportersFileExportsApi.md +2 -2
- data/docs/ExportersFilesystemApi.md +8 -8
- data/docs/{FileFileContentRead.md → FileFileContent.md} +2 -2
- data/docs/InlineResponse200.md +1 -1
- data/docs/InlineResponse2001.md +1 -1
- data/docs/InlineResponse2002.md +1 -1
- data/docs/InlineResponse2003.md +1 -1
- data/docs/InlineResponse2004.md +1 -1
- data/docs/InlineResponse2005.md +1 -1
- data/docs/InlineResponse2006.md +1 -1
- data/docs/InlineResponse2007.md +1 -1
- data/docs/PublicationsFileApi.md +2 -2
- data/docs/RemotesFileApi.md +4 -4
- data/docs/RepositoriesFileApi.md +4 -4
- data/docs/RepositoriesFileVersionsApi.md +6 -4
- data/lib/pulp_file_client/api/content_files_api.rb +3 -3
- data/lib/pulp_file_client/api/distributions_file_api.rb +3 -3
- data/lib/pulp_file_client/api/exporters_file_exports_api.rb +3 -3
- data/lib/pulp_file_client/api/exporters_filesystem_api.rb +12 -12
- data/lib/pulp_file_client/api/publications_file_api.rb +3 -3
- data/lib/pulp_file_client/api/remotes_file_api.rb +6 -6
- data/lib/pulp_file_client/api/repositories_file_api.rb +6 -6
- data/lib/pulp_file_client/api/repositories_file_versions_api.rb +9 -6
- data/lib/pulp_file_client/models/{export_read.rb → export.rb} +3 -3
- data/lib/pulp_file_client/models/{file_file_content_read.rb → file_file_content.rb} +3 -3
- data/lib/pulp_file_client/models/inline_response200.rb +1 -1
- data/lib/pulp_file_client/models/inline_response2001.rb +1 -1
- data/lib/pulp_file_client/models/inline_response2002.rb +1 -1
- data/lib/pulp_file_client/models/inline_response2003.rb +1 -1
- data/lib/pulp_file_client/models/inline_response2004.rb +1 -1
- data/lib/pulp_file_client/models/inline_response2005.rb +1 -1
- data/lib/pulp_file_client/models/inline_response2006.rb +1 -1
- data/lib/pulp_file_client/models/inline_response2007.rb +1 -1
- data/lib/pulp_file_client/version.rb +1 -1
- data/lib/pulp_file_client.rb +2 -8
- data/spec/api/content_files_api_spec.rb +1 -1
- data/spec/api/distributions_file_api_spec.rb +1 -1
- data/spec/api/exporters_file_exports_api_spec.rb +1 -1
- data/spec/api/exporters_filesystem_api_spec.rb +4 -4
- data/spec/api/publications_file_api_spec.rb +1 -1
- data/spec/api/remotes_file_api_spec.rb +2 -2
- data/spec/api/repositories_file_api_spec.rb +2 -2
- data/spec/api/repositories_file_versions_api_spec.rb +3 -2
- data/spec/models/{export_read_spec.rb → export_spec.rb} +6 -6
- data/spec/models/{file_file_content_read_spec.rb → file_file_content_spec.rb} +6 -6
- metadata +10 -34
- data/docs/FileFileDistributionRead.md +0 -29
- data/docs/FileFileFilesystemExporterRead.md +0 -23
- data/docs/FileFilePublicationRead.md +0 -27
- data/docs/FileFileRemoteRead.md +0 -43
- data/docs/FileFileRepositoryRead.md +0 -27
- data/docs/RepositoryVersionRead.md +0 -25
- data/lib/pulp_file_client/models/file_file_distribution_read.rb +0 -331
- data/lib/pulp_file_client/models/file_file_filesystem_exporter_read.rb +0 -284
- data/lib/pulp_file_client/models/file_file_publication_read.rb +0 -274
- data/lib/pulp_file_client/models/file_file_remote_read.rb +0 -531
- data/lib/pulp_file_client/models/file_file_repository_read.rb +0 -294
- data/lib/pulp_file_client/models/repository_version_read.rb +0 -244
- data/spec/models/file_file_distribution_read_spec.rb +0 -77
- data/spec/models/file_file_filesystem_exporter_read_spec.rb +0 -59
- data/spec/models/file_file_publication_read_spec.rb +0 -71
- data/spec/models/file_file_remote_read_spec.rb +0 -123
- data/spec/models/file_file_repository_read_spec.rb +0 -71
- data/spec/models/repository_version_read_spec.rb +0 -65
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: pulp_file_client
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0
|
4
|
+
version: 1.1.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- OpenAPI-Generator
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2020-
|
11
|
+
date: 2020-07-09 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: faraday
|
@@ -78,20 +78,15 @@ files:
|
|
78
78
|
- docs/ContentFilesApi.md
|
79
79
|
- docs/ContentSummary.md
|
80
80
|
- docs/DistributionsFileApi.md
|
81
|
-
- docs/
|
81
|
+
- docs/Export.md
|
82
82
|
- docs/ExportersFileExportsApi.md
|
83
83
|
- docs/ExportersFilesystemApi.md
|
84
|
-
- docs/
|
84
|
+
- docs/FileFileContent.md
|
85
85
|
- docs/FileFileDistribution.md
|
86
|
-
- docs/FileFileDistributionRead.md
|
87
86
|
- docs/FileFileFilesystemExporter.md
|
88
|
-
- docs/FileFileFilesystemExporterRead.md
|
89
87
|
- docs/FileFilePublication.md
|
90
|
-
- docs/FileFilePublicationRead.md
|
91
88
|
- docs/FileFileRemote.md
|
92
|
-
- docs/FileFileRemoteRead.md
|
93
89
|
- docs/FileFileRepository.md
|
94
|
-
- docs/FileFileRepositoryRead.md
|
95
90
|
- docs/InlineResponse200.md
|
96
91
|
- docs/InlineResponse2001.md
|
97
92
|
- docs/InlineResponse2002.md
|
@@ -108,7 +103,6 @@ files:
|
|
108
103
|
- docs/RepositoryAddRemoveContent.md
|
109
104
|
- docs/RepositorySyncURL.md
|
110
105
|
- docs/RepositoryVersion.md
|
111
|
-
- docs/RepositoryVersionRead.md
|
112
106
|
- git_push.sh
|
113
107
|
- lib/pulp_file_client.rb
|
114
108
|
- lib/pulp_file_client/api/content_files_api.rb
|
@@ -124,18 +118,13 @@ files:
|
|
124
118
|
- lib/pulp_file_client/configuration.rb
|
125
119
|
- lib/pulp_file_client/models/async_operation_response.rb
|
126
120
|
- lib/pulp_file_client/models/content_summary.rb
|
127
|
-
- lib/pulp_file_client/models/
|
128
|
-
- lib/pulp_file_client/models/
|
121
|
+
- lib/pulp_file_client/models/export.rb
|
122
|
+
- lib/pulp_file_client/models/file_file_content.rb
|
129
123
|
- lib/pulp_file_client/models/file_file_distribution.rb
|
130
|
-
- lib/pulp_file_client/models/file_file_distribution_read.rb
|
131
124
|
- lib/pulp_file_client/models/file_file_filesystem_exporter.rb
|
132
|
-
- lib/pulp_file_client/models/file_file_filesystem_exporter_read.rb
|
133
125
|
- lib/pulp_file_client/models/file_file_publication.rb
|
134
|
-
- lib/pulp_file_client/models/file_file_publication_read.rb
|
135
126
|
- lib/pulp_file_client/models/file_file_remote.rb
|
136
|
-
- lib/pulp_file_client/models/file_file_remote_read.rb
|
137
127
|
- lib/pulp_file_client/models/file_file_repository.rb
|
138
|
-
- lib/pulp_file_client/models/file_file_repository_read.rb
|
139
128
|
- lib/pulp_file_client/models/inline_response200.rb
|
140
129
|
- lib/pulp_file_client/models/inline_response2001.rb
|
141
130
|
- lib/pulp_file_client/models/inline_response2002.rb
|
@@ -148,7 +137,6 @@ files:
|
|
148
137
|
- lib/pulp_file_client/models/repository_add_remove_content.rb
|
149
138
|
- lib/pulp_file_client/models/repository_sync_url.rb
|
150
139
|
- lib/pulp_file_client/models/repository_version.rb
|
151
|
-
- lib/pulp_file_client/models/repository_version_read.rb
|
152
140
|
- lib/pulp_file_client/version.rb
|
153
141
|
- pulp_file_client.gemspec
|
154
142
|
- spec/api/content_files_api_spec.rb
|
@@ -163,17 +151,12 @@ files:
|
|
163
151
|
- spec/configuration_spec.rb
|
164
152
|
- spec/models/async_operation_response_spec.rb
|
165
153
|
- spec/models/content_summary_spec.rb
|
166
|
-
- spec/models/
|
167
|
-
- spec/models/
|
168
|
-
- spec/models/file_file_distribution_read_spec.rb
|
154
|
+
- spec/models/export_spec.rb
|
155
|
+
- spec/models/file_file_content_spec.rb
|
169
156
|
- spec/models/file_file_distribution_spec.rb
|
170
|
-
- spec/models/file_file_filesystem_exporter_read_spec.rb
|
171
157
|
- spec/models/file_file_filesystem_exporter_spec.rb
|
172
|
-
- spec/models/file_file_publication_read_spec.rb
|
173
158
|
- spec/models/file_file_publication_spec.rb
|
174
|
-
- spec/models/file_file_remote_read_spec.rb
|
175
159
|
- spec/models/file_file_remote_spec.rb
|
176
|
-
- spec/models/file_file_repository_read_spec.rb
|
177
160
|
- spec/models/file_file_repository_spec.rb
|
178
161
|
- spec/models/inline_response2001_spec.rb
|
179
162
|
- spec/models/inline_response2002_spec.rb
|
@@ -186,7 +169,6 @@ files:
|
|
186
169
|
- spec/models/publication_export_spec.rb
|
187
170
|
- spec/models/repository_add_remove_content_spec.rb
|
188
171
|
- spec/models/repository_sync_url_spec.rb
|
189
|
-
- spec/models/repository_version_read_spec.rb
|
190
172
|
- spec/models/repository_version_spec.rb
|
191
173
|
- spec/spec_helper.rb
|
192
174
|
homepage: https://openapi-generator.tech
|
@@ -224,30 +206,24 @@ test_files:
|
|
224
206
|
- spec/api_client_spec.rb
|
225
207
|
- spec/configuration_spec.rb
|
226
208
|
- spec/models/file_file_distribution_spec.rb
|
227
|
-
- spec/models/file_file_repository_read_spec.rb
|
228
209
|
- spec/models/repository_sync_url_spec.rb
|
229
210
|
- spec/models/async_operation_response_spec.rb
|
230
211
|
- spec/models/repository_add_remove_content_spec.rb
|
231
212
|
- spec/models/inline_response2003_spec.rb
|
232
|
-
- spec/models/
|
233
|
-
- spec/models/file_file_publication_read_spec.rb
|
213
|
+
- spec/models/file_file_content_spec.rb
|
234
214
|
- spec/models/inline_response2007_spec.rb
|
235
215
|
- spec/models/repository_version_spec.rb
|
236
216
|
- spec/models/inline_response2004_spec.rb
|
237
217
|
- spec/models/inline_response2005_spec.rb
|
238
218
|
- spec/models/inline_response2001_spec.rb
|
239
219
|
- spec/models/file_file_filesystem_exporter_spec.rb
|
240
|
-
- spec/models/file_file_content_read_spec.rb
|
241
220
|
- spec/models/file_file_publication_spec.rb
|
242
221
|
- spec/models/file_file_repository_spec.rb
|
243
222
|
- spec/models/inline_response200_spec.rb
|
244
|
-
- spec/models/file_file_distribution_read_spec.rb
|
245
|
-
- spec/models/export_read_spec.rb
|
246
223
|
- spec/models/publication_export_spec.rb
|
247
224
|
- spec/models/inline_response2002_spec.rb
|
248
|
-
- spec/models/file_file_filesystem_exporter_read_spec.rb
|
249
225
|
- spec/models/inline_response2006_spec.rb
|
250
226
|
- spec/models/file_file_remote_spec.rb
|
251
227
|
- spec/models/content_summary_spec.rb
|
252
|
-
- spec/models/
|
228
|
+
- spec/models/export_spec.rb
|
253
229
|
- spec/spec_helper.rb
|
@@ -1,29 +0,0 @@
|
|
1
|
-
# PulpFileClient::FileFileDistributionRead
|
2
|
-
|
3
|
-
## Properties
|
4
|
-
|
5
|
-
Name | Type | Description | Notes
|
6
|
-
------------ | ------------- | ------------- | -------------
|
7
|
-
**pulp_href** | **String** | | [optional] [readonly]
|
8
|
-
**pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
|
9
|
-
**base_path** | **String** | The base (relative) path component of the published url. Avoid paths that overlap with other distribution base paths (e.g. \"foo\" and \"foo/bar\") |
|
10
|
-
**base_url** | **String** | The URL for accessing the publication as defined by this distribution. | [optional] [readonly]
|
11
|
-
**content_guard** | **String** | An optional content-guard. | [optional]
|
12
|
-
**name** | **String** | A unique name. Ex, `rawhide` and `stable`. |
|
13
|
-
**publication** | **String** | Publication to be served | [optional]
|
14
|
-
|
15
|
-
## Code Sample
|
16
|
-
|
17
|
-
```ruby
|
18
|
-
require 'PulpFileClient'
|
19
|
-
|
20
|
-
instance = PulpFileClient::FileFileDistributionRead.new(pulp_href: null,
|
21
|
-
pulp_created: null,
|
22
|
-
base_path: null,
|
23
|
-
base_url: null,
|
24
|
-
content_guard: null,
|
25
|
-
name: null,
|
26
|
-
publication: null)
|
27
|
-
```
|
28
|
-
|
29
|
-
|
@@ -1,23 +0,0 @@
|
|
1
|
-
# PulpFileClient::FileFileFilesystemExporterRead
|
2
|
-
|
3
|
-
## Properties
|
4
|
-
|
5
|
-
Name | Type | Description | Notes
|
6
|
-
------------ | ------------- | ------------- | -------------
|
7
|
-
**pulp_href** | **String** | | [optional] [readonly]
|
8
|
-
**pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
|
9
|
-
**name** | **String** | Unique name of the file system exporter. |
|
10
|
-
**path** | **String** | File system location to export to. |
|
11
|
-
|
12
|
-
## Code Sample
|
13
|
-
|
14
|
-
```ruby
|
15
|
-
require 'PulpFileClient'
|
16
|
-
|
17
|
-
instance = PulpFileClient::FileFileFilesystemExporterRead.new(pulp_href: null,
|
18
|
-
pulp_created: null,
|
19
|
-
name: null,
|
20
|
-
path: null)
|
21
|
-
```
|
22
|
-
|
23
|
-
|
@@ -1,27 +0,0 @@
|
|
1
|
-
# PulpFileClient::FileFilePublicationRead
|
2
|
-
|
3
|
-
## Properties
|
4
|
-
|
5
|
-
Name | Type | Description | Notes
|
6
|
-
------------ | ------------- | ------------- | -------------
|
7
|
-
**pulp_href** | **String** | | [optional] [readonly]
|
8
|
-
**pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
|
9
|
-
**repository_version** | **String** | | [optional]
|
10
|
-
**repository** | **String** | A URI of the repository to be published. | [optional]
|
11
|
-
**distributions** | **Array<String>** | This publication is currently hosted as defined by these distributions. | [optional] [readonly]
|
12
|
-
**manifest** | **String** | Filename to use for manifest file containing metadata for all the files. | [optional] [default to 'PULP_MANIFEST']
|
13
|
-
|
14
|
-
## Code Sample
|
15
|
-
|
16
|
-
```ruby
|
17
|
-
require 'PulpFileClient'
|
18
|
-
|
19
|
-
instance = PulpFileClient::FileFilePublicationRead.new(pulp_href: null,
|
20
|
-
pulp_created: null,
|
21
|
-
repository_version: null,
|
22
|
-
repository: null,
|
23
|
-
distributions: null,
|
24
|
-
manifest: null)
|
25
|
-
```
|
26
|
-
|
27
|
-
|
data/docs/FileFileRemoteRead.md
DELETED
@@ -1,43 +0,0 @@
|
|
1
|
-
# PulpFileClient::FileFileRemoteRead
|
2
|
-
|
3
|
-
## Properties
|
4
|
-
|
5
|
-
Name | Type | Description | Notes
|
6
|
-
------------ | ------------- | ------------- | -------------
|
7
|
-
**pulp_href** | **String** | | [optional] [readonly]
|
8
|
-
**pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
|
9
|
-
**name** | **String** | A unique name for this remote. |
|
10
|
-
**url** | **String** | The URL of an external content source. |
|
11
|
-
**ca_cert** | **String** | A string containing the PEM encoded CA certificate used to validate the server certificate presented by the remote server. All new line characters must be escaped. | [optional]
|
12
|
-
**client_cert** | **String** | A string containing the PEM encoded client certificate used for authentication. All new line characters must be escaped. | [optional]
|
13
|
-
**client_key** | **String** | A PEM encoded private key used for authentication. | [optional]
|
14
|
-
**tls_validation** | **Boolean** | If True, TLS peer validation must be performed. | [optional]
|
15
|
-
**proxy_url** | **String** | The proxy URL. Format: scheme://user:password@host:port | [optional]
|
16
|
-
**username** | **String** | The username to be used for authentication when syncing. | [optional]
|
17
|
-
**password** | **String** | The password to be used for authentication when syncing. | [optional]
|
18
|
-
**pulp_last_updated** | **DateTime** | Timestamp of the most recent update of the remote. | [optional] [readonly]
|
19
|
-
**download_concurrency** | **Integer** | Total number of simultaneous connections. | [optional]
|
20
|
-
**policy** | **String** | The policy to use when downloading content. The possible values include: 'immediate', 'on_demand', and 'streamed'. 'immediate' is the default. | [optional] [default to 'immediate']
|
21
|
-
|
22
|
-
## Code Sample
|
23
|
-
|
24
|
-
```ruby
|
25
|
-
require 'PulpFileClient'
|
26
|
-
|
27
|
-
instance = PulpFileClient::FileFileRemoteRead.new(pulp_href: null,
|
28
|
-
pulp_created: null,
|
29
|
-
name: null,
|
30
|
-
url: null,
|
31
|
-
ca_cert: null,
|
32
|
-
client_cert: null,
|
33
|
-
client_key: null,
|
34
|
-
tls_validation: null,
|
35
|
-
proxy_url: null,
|
36
|
-
username: null,
|
37
|
-
password: null,
|
38
|
-
pulp_last_updated: null,
|
39
|
-
download_concurrency: null,
|
40
|
-
policy: null)
|
41
|
-
```
|
42
|
-
|
43
|
-
|
@@ -1,27 +0,0 @@
|
|
1
|
-
# PulpFileClient::FileFileRepositoryRead
|
2
|
-
|
3
|
-
## Properties
|
4
|
-
|
5
|
-
Name | Type | Description | Notes
|
6
|
-
------------ | ------------- | ------------- | -------------
|
7
|
-
**pulp_href** | **String** | | [optional] [readonly]
|
8
|
-
**pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
|
9
|
-
**versions_href** | **String** | | [optional] [readonly]
|
10
|
-
**latest_version_href** | **String** | | [optional] [readonly]
|
11
|
-
**name** | **String** | A unique name for this repository. |
|
12
|
-
**description** | **String** | An optional description. | [optional]
|
13
|
-
|
14
|
-
## Code Sample
|
15
|
-
|
16
|
-
```ruby
|
17
|
-
require 'PulpFileClient'
|
18
|
-
|
19
|
-
instance = PulpFileClient::FileFileRepositoryRead.new(pulp_href: null,
|
20
|
-
pulp_created: null,
|
21
|
-
versions_href: null,
|
22
|
-
latest_version_href: null,
|
23
|
-
name: null,
|
24
|
-
description: null)
|
25
|
-
```
|
26
|
-
|
27
|
-
|
@@ -1,25 +0,0 @@
|
|
1
|
-
# PulpFileClient::RepositoryVersionRead
|
2
|
-
|
3
|
-
## Properties
|
4
|
-
|
5
|
-
Name | Type | Description | Notes
|
6
|
-
------------ | ------------- | ------------- | -------------
|
7
|
-
**pulp_href** | **String** | | [optional] [readonly]
|
8
|
-
**pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
|
9
|
-
**number** | **Integer** | | [optional] [readonly]
|
10
|
-
**base_version** | **String** | A repository version whose content was used as the initial set of content for this repository version | [optional]
|
11
|
-
**content_summary** | [**ContentSummary**](ContentSummary.md) | | [optional]
|
12
|
-
|
13
|
-
## Code Sample
|
14
|
-
|
15
|
-
```ruby
|
16
|
-
require 'PulpFileClient'
|
17
|
-
|
18
|
-
instance = PulpFileClient::RepositoryVersionRead.new(pulp_href: null,
|
19
|
-
pulp_created: null,
|
20
|
-
number: null,
|
21
|
-
base_version: null,
|
22
|
-
content_summary: null)
|
23
|
-
```
|
24
|
-
|
25
|
-
|
@@ -1,331 +0,0 @@
|
|
1
|
-
=begin
|
2
|
-
#Pulp 3 API
|
3
|
-
|
4
|
-
#No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
5
|
-
|
6
|
-
The version of the OpenAPI document: v3
|
7
|
-
|
8
|
-
Generated by: https://openapi-generator.tech
|
9
|
-
OpenAPI Generator version: 4.2.3
|
10
|
-
|
11
|
-
=end
|
12
|
-
|
13
|
-
require 'date'
|
14
|
-
|
15
|
-
module PulpFileClient
|
16
|
-
class FileFileDistributionRead
|
17
|
-
attr_accessor :pulp_href
|
18
|
-
|
19
|
-
# Timestamp of creation.
|
20
|
-
attr_accessor :pulp_created
|
21
|
-
|
22
|
-
# The base (relative) path component of the published url. Avoid paths that overlap with other distribution base paths (e.g. \"foo\" and \"foo/bar\")
|
23
|
-
attr_accessor :base_path
|
24
|
-
|
25
|
-
# The URL for accessing the publication as defined by this distribution.
|
26
|
-
attr_accessor :base_url
|
27
|
-
|
28
|
-
# An optional content-guard.
|
29
|
-
attr_accessor :content_guard
|
30
|
-
|
31
|
-
# A unique name. Ex, `rawhide` and `stable`.
|
32
|
-
attr_accessor :name
|
33
|
-
|
34
|
-
# Publication to be served
|
35
|
-
attr_accessor :publication
|
36
|
-
|
37
|
-
# Attribute mapping from ruby-style variable name to JSON key.
|
38
|
-
def self.attribute_map
|
39
|
-
{
|
40
|
-
:'pulp_href' => :'pulp_href',
|
41
|
-
:'pulp_created' => :'pulp_created',
|
42
|
-
:'base_path' => :'base_path',
|
43
|
-
:'base_url' => :'base_url',
|
44
|
-
:'content_guard' => :'content_guard',
|
45
|
-
:'name' => :'name',
|
46
|
-
:'publication' => :'publication'
|
47
|
-
}
|
48
|
-
end
|
49
|
-
|
50
|
-
# Attribute type mapping.
|
51
|
-
def self.openapi_types
|
52
|
-
{
|
53
|
-
:'pulp_href' => :'String',
|
54
|
-
:'pulp_created' => :'DateTime',
|
55
|
-
:'base_path' => :'String',
|
56
|
-
:'base_url' => :'String',
|
57
|
-
:'content_guard' => :'String',
|
58
|
-
:'name' => :'String',
|
59
|
-
:'publication' => :'String'
|
60
|
-
}
|
61
|
-
end
|
62
|
-
|
63
|
-
# List of attributes with nullable: true
|
64
|
-
def self.openapi_nullable
|
65
|
-
Set.new([
|
66
|
-
:'content_guard',
|
67
|
-
:'publication'
|
68
|
-
])
|
69
|
-
end
|
70
|
-
|
71
|
-
# Initializes the object
|
72
|
-
# @param [Hash] attributes Model attributes in the form of hash
|
73
|
-
def initialize(attributes = {})
|
74
|
-
if (!attributes.is_a?(Hash))
|
75
|
-
fail ArgumentError, "The input argument (attributes) must be a hash in `PulpFileClient::FileFileDistributionRead` initialize method"
|
76
|
-
end
|
77
|
-
|
78
|
-
# check to see if the attribute exists and convert string to symbol for hash key
|
79
|
-
attributes = attributes.each_with_object({}) { |(k, v), h|
|
80
|
-
if (!self.class.attribute_map.key?(k.to_sym))
|
81
|
-
fail ArgumentError, "`#{k}` is not a valid attribute in `PulpFileClient::FileFileDistributionRead`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
|
82
|
-
end
|
83
|
-
h[k.to_sym] = v
|
84
|
-
}
|
85
|
-
|
86
|
-
if attributes.key?(:'pulp_href')
|
87
|
-
self.pulp_href = attributes[:'pulp_href']
|
88
|
-
end
|
89
|
-
|
90
|
-
if attributes.key?(:'pulp_created')
|
91
|
-
self.pulp_created = attributes[:'pulp_created']
|
92
|
-
end
|
93
|
-
|
94
|
-
if attributes.key?(:'base_path')
|
95
|
-
self.base_path = attributes[:'base_path']
|
96
|
-
end
|
97
|
-
|
98
|
-
if attributes.key?(:'base_url')
|
99
|
-
self.base_url = attributes[:'base_url']
|
100
|
-
end
|
101
|
-
|
102
|
-
if attributes.key?(:'content_guard')
|
103
|
-
self.content_guard = attributes[:'content_guard']
|
104
|
-
end
|
105
|
-
|
106
|
-
if attributes.key?(:'name')
|
107
|
-
self.name = attributes[:'name']
|
108
|
-
end
|
109
|
-
|
110
|
-
if attributes.key?(:'publication')
|
111
|
-
self.publication = attributes[:'publication']
|
112
|
-
end
|
113
|
-
end
|
114
|
-
|
115
|
-
# Show invalid properties with the reasons. Usually used together with valid?
|
116
|
-
# @return Array for valid properties with the reasons
|
117
|
-
def list_invalid_properties
|
118
|
-
invalid_properties = Array.new
|
119
|
-
if @base_path.nil?
|
120
|
-
invalid_properties.push('invalid value for "base_path", base_path cannot be nil.')
|
121
|
-
end
|
122
|
-
|
123
|
-
if @base_path.to_s.length < 1
|
124
|
-
invalid_properties.push('invalid value for "base_path", the character length must be great than or equal to 1.')
|
125
|
-
end
|
126
|
-
|
127
|
-
if !@base_url.nil? && @base_url.to_s.length < 1
|
128
|
-
invalid_properties.push('invalid value for "base_url", the character length must be great than or equal to 1.')
|
129
|
-
end
|
130
|
-
|
131
|
-
if @name.nil?
|
132
|
-
invalid_properties.push('invalid value for "name", name cannot be nil.')
|
133
|
-
end
|
134
|
-
|
135
|
-
if @name.to_s.length < 1
|
136
|
-
invalid_properties.push('invalid value for "name", the character length must be great than or equal to 1.')
|
137
|
-
end
|
138
|
-
|
139
|
-
invalid_properties
|
140
|
-
end
|
141
|
-
|
142
|
-
# Check to see if the all the properties in the model are valid
|
143
|
-
# @return true if the model is valid
|
144
|
-
def valid?
|
145
|
-
return false if @base_path.nil?
|
146
|
-
return false if @base_path.to_s.length < 1
|
147
|
-
return false if !@base_url.nil? && @base_url.to_s.length < 1
|
148
|
-
return false if @name.nil?
|
149
|
-
return false if @name.to_s.length < 1
|
150
|
-
true
|
151
|
-
end
|
152
|
-
|
153
|
-
# Custom attribute writer method with validation
|
154
|
-
# @param [Object] base_path Value to be assigned
|
155
|
-
def base_path=(base_path)
|
156
|
-
if base_path.nil?
|
157
|
-
fail ArgumentError, 'base_path cannot be nil'
|
158
|
-
end
|
159
|
-
|
160
|
-
if base_path.to_s.length < 1
|
161
|
-
fail ArgumentError, 'invalid value for "base_path", the character length must be great than or equal to 1.'
|
162
|
-
end
|
163
|
-
|
164
|
-
@base_path = base_path
|
165
|
-
end
|
166
|
-
|
167
|
-
# Custom attribute writer method with validation
|
168
|
-
# @param [Object] base_url Value to be assigned
|
169
|
-
def base_url=(base_url)
|
170
|
-
if !base_url.nil? && base_url.to_s.length < 1
|
171
|
-
fail ArgumentError, 'invalid value for "base_url", the character length must be great than or equal to 1.'
|
172
|
-
end
|
173
|
-
|
174
|
-
@base_url = base_url
|
175
|
-
end
|
176
|
-
|
177
|
-
# Custom attribute writer method with validation
|
178
|
-
# @param [Object] name Value to be assigned
|
179
|
-
def name=(name)
|
180
|
-
if name.nil?
|
181
|
-
fail ArgumentError, 'name cannot be nil'
|
182
|
-
end
|
183
|
-
|
184
|
-
if name.to_s.length < 1
|
185
|
-
fail ArgumentError, 'invalid value for "name", the character length must be great than or equal to 1.'
|
186
|
-
end
|
187
|
-
|
188
|
-
@name = name
|
189
|
-
end
|
190
|
-
|
191
|
-
# Checks equality by comparing each attribute.
|
192
|
-
# @param [Object] Object to be compared
|
193
|
-
def ==(o)
|
194
|
-
return true if self.equal?(o)
|
195
|
-
self.class == o.class &&
|
196
|
-
pulp_href == o.pulp_href &&
|
197
|
-
pulp_created == o.pulp_created &&
|
198
|
-
base_path == o.base_path &&
|
199
|
-
base_url == o.base_url &&
|
200
|
-
content_guard == o.content_guard &&
|
201
|
-
name == o.name &&
|
202
|
-
publication == o.publication
|
203
|
-
end
|
204
|
-
|
205
|
-
# @see the `==` method
|
206
|
-
# @param [Object] Object to be compared
|
207
|
-
def eql?(o)
|
208
|
-
self == o
|
209
|
-
end
|
210
|
-
|
211
|
-
# Calculates hash code according to all attributes.
|
212
|
-
# @return [Integer] Hash code
|
213
|
-
def hash
|
214
|
-
[pulp_href, pulp_created, base_path, base_url, content_guard, name, publication].hash
|
215
|
-
end
|
216
|
-
|
217
|
-
# Builds the object from hash
|
218
|
-
# @param [Hash] attributes Model attributes in the form of hash
|
219
|
-
# @return [Object] Returns the model itself
|
220
|
-
def self.build_from_hash(attributes)
|
221
|
-
new.build_from_hash(attributes)
|
222
|
-
end
|
223
|
-
|
224
|
-
# Builds the object from hash
|
225
|
-
# @param [Hash] attributes Model attributes in the form of hash
|
226
|
-
# @return [Object] Returns the model itself
|
227
|
-
def build_from_hash(attributes)
|
228
|
-
return nil unless attributes.is_a?(Hash)
|
229
|
-
self.class.openapi_types.each_pair do |key, type|
|
230
|
-
if type =~ /\AArray<(.*)>/i
|
231
|
-
# check to ensure the input is an array given that the attribute
|
232
|
-
# is documented as an array but the input is not
|
233
|
-
if attributes[self.class.attribute_map[key]].is_a?(Array)
|
234
|
-
self.send("#{key}=", attributes[self.class.attribute_map[key]].map { |v| _deserialize($1, v) })
|
235
|
-
end
|
236
|
-
elsif !attributes[self.class.attribute_map[key]].nil?
|
237
|
-
self.send("#{key}=", _deserialize(type, attributes[self.class.attribute_map[key]]))
|
238
|
-
end # or else data not found in attributes(hash), not an issue as the data can be optional
|
239
|
-
end
|
240
|
-
|
241
|
-
self
|
242
|
-
end
|
243
|
-
|
244
|
-
# Deserializes the data based on type
|
245
|
-
# @param string type Data type
|
246
|
-
# @param string value Value to be deserialized
|
247
|
-
# @return [Object] Deserialized data
|
248
|
-
def _deserialize(type, value)
|
249
|
-
case type.to_sym
|
250
|
-
when :DateTime
|
251
|
-
DateTime.parse(value)
|
252
|
-
when :Date
|
253
|
-
Date.parse(value)
|
254
|
-
when :String
|
255
|
-
value.to_s
|
256
|
-
when :Integer
|
257
|
-
value.to_i
|
258
|
-
when :Float
|
259
|
-
value.to_f
|
260
|
-
when :Boolean
|
261
|
-
if value.to_s =~ /\A(true|t|yes|y|1)\z/i
|
262
|
-
true
|
263
|
-
else
|
264
|
-
false
|
265
|
-
end
|
266
|
-
when :Object
|
267
|
-
# generic object (usually a Hash), return directly
|
268
|
-
value
|
269
|
-
when /\AArray<(?<inner_type>.+)>\z/
|
270
|
-
inner_type = Regexp.last_match[:inner_type]
|
271
|
-
value.map { |v| _deserialize(inner_type, v) }
|
272
|
-
when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/
|
273
|
-
k_type = Regexp.last_match[:k_type]
|
274
|
-
v_type = Regexp.last_match[:v_type]
|
275
|
-
{}.tap do |hash|
|
276
|
-
value.each do |k, v|
|
277
|
-
hash[_deserialize(k_type, k)] = _deserialize(v_type, v)
|
278
|
-
end
|
279
|
-
end
|
280
|
-
else # model
|
281
|
-
PulpFileClient.const_get(type).build_from_hash(value)
|
282
|
-
end
|
283
|
-
end
|
284
|
-
|
285
|
-
# Returns the string representation of the object
|
286
|
-
# @return [String] String presentation of the object
|
287
|
-
def to_s
|
288
|
-
to_hash.to_s
|
289
|
-
end
|
290
|
-
|
291
|
-
# to_body is an alias to to_hash (backward compatibility)
|
292
|
-
# @return [Hash] Returns the object in the form of hash
|
293
|
-
def to_body
|
294
|
-
to_hash
|
295
|
-
end
|
296
|
-
|
297
|
-
# Returns the object in the form of hash
|
298
|
-
# @return [Hash] Returns the object in the form of hash
|
299
|
-
def to_hash
|
300
|
-
hash = {}
|
301
|
-
self.class.attribute_map.each_pair do |attr, param|
|
302
|
-
value = self.send(attr)
|
303
|
-
if value.nil?
|
304
|
-
is_nullable = self.class.openapi_nullable.include?(attr)
|
305
|
-
next if !is_nullable || (is_nullable && !instance_variable_defined?(:"@#{attr}"))
|
306
|
-
end
|
307
|
-
|
308
|
-
hash[param] = _to_hash(value)
|
309
|
-
end
|
310
|
-
hash
|
311
|
-
end
|
312
|
-
|
313
|
-
# Outputs non-array value in the form of hash
|
314
|
-
# For object, use to_hash. Otherwise, just return the value
|
315
|
-
# @param [Object] value Any valid value
|
316
|
-
# @return [Hash] Returns the value in the form of hash
|
317
|
-
def _to_hash(value)
|
318
|
-
if value.is_a?(Array)
|
319
|
-
value.compact.map { |v| _to_hash(v) }
|
320
|
-
elsif value.is_a?(Hash)
|
321
|
-
{}.tap do |hash|
|
322
|
-
value.each { |k, v| hash[k] = _to_hash(v) }
|
323
|
-
end
|
324
|
-
elsif value.respond_to? :to_hash
|
325
|
-
value.to_hash
|
326
|
-
else
|
327
|
-
value
|
328
|
-
end
|
329
|
-
end
|
330
|
-
end
|
331
|
-
end
|