pulp_ansible_client 0.12.0.dev1641093484 → 0.12.0.dev1641439175

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


This version of pulp_ansible_client might be problematic. Click here for more details.

checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 83e3ed8a0d4c3fb3dfaee3e8060f81cf37a0193d9bbc5031b46627a06d991ce2
4
- data.tar.gz: 052bcc1158633674994a36c6def09668dde298c6946e133bc8bf926ce5b2e5cd
3
+ metadata.gz: 9a84f4877301555688ecde59938ce5b0b378239393c4ede9b52d8ddbfc7fc074
4
+ data.tar.gz: 83270a1c46bce94affe0acb724bd9c0f4786654020221575727961f0fc173d50
5
5
  SHA512:
6
- metadata.gz: ca4be499f75808d0b6f2c60761a65a19f5755f9d2cce46409fba1de6c71cbb9b63bb91a6cc6e8698d2d9ebf005902c03fa50390381b437f963704d20f38f3d98
7
- data.tar.gz: ef21eb559f38b4628448998810b2710cb0faf395bfab3988010d920ebc367456798e658d7ccc215443a8c93e58fc858113db90714765ad84c951234d24497dac
6
+ metadata.gz: 22867d80bc8417473ca53a357ca6102c47273ab829f4f1464d1a1a2ca792a7d1439ca30fe9be1f19daec12783cb6dac0e0eb32e98a77db6ee79c561765987920
7
+ data.tar.gz: 6d5d8949d5058bb0b1ebdd5de970b5d2eea7df51bd831a78c236ff5be4abf2568ebaff50f604c3a87ba0f014d849252740a4c4438fdff1d1f898c22560e893d8
data/README.md CHANGED
@@ -7,7 +7,7 @@ Fetch, Upload, Organize, and Distribute Software Packages
7
7
  This SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
8
8
 
9
9
  - API version: v3
10
- - Package version: 0.12.0.dev1641093484
10
+ - Package version: 0.12.0.dev1641439175
11
11
  - Build package: org.openapitools.codegen.languages.RubyClientCodegen
12
12
  For more information, please visit [https://pulpproject.org](https://pulpproject.org)
13
13
 
@@ -24,16 +24,16 @@ gem build pulp_ansible_client.gemspec
24
24
  Then either install the gem locally:
25
25
 
26
26
  ```shell
27
- gem install ./pulp_ansible_client-0.12.0.dev1641093484.gem
27
+ gem install ./pulp_ansible_client-0.12.0.dev1641439175.gem
28
28
  ```
29
29
 
30
- (for development, run `gem install --dev ./pulp_ansible_client-0.12.0.dev1641093484.gem` to install the development dependencies)
30
+ (for development, run `gem install --dev ./pulp_ansible_client-0.12.0.dev1641439175.gem` to install the development dependencies)
31
31
 
32
32
  or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/).
33
33
 
34
34
  Finally add this to the Gemfile:
35
35
 
36
- gem 'pulp_ansible_client', '~> 0.12.0.dev1641093484'
36
+ gem 'pulp_ansible_client', '~> 0.12.0.dev1641439175'
37
37
 
38
38
  ### Install from Git
39
39
 
@@ -4,9 +4,9 @@
4
4
 
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
- **artifact** | **String** | Artifact file representing the physical content | [optional]
8
- **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
9
7
  **pulp_href** | **String** | | [optional] [readonly]
8
+ **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
9
+ **artifact** | **String** | Artifact file representing the physical content | [optional]
10
10
  **md5** | **String** | The MD5 checksum if available. | [optional] [readonly]
11
11
  **sha1** | **String** | The SHA-1 checksum if available. | [optional] [readonly]
12
12
  **sha224** | **String** | The SHA-224 checksum if available. | [optional] [readonly]
@@ -37,9 +37,9 @@ Name | Type | Description | Notes
37
37
  ```ruby
38
38
  require 'PulpAnsibleClient'
39
39
 
40
- instance = PulpAnsibleClient::AnsibleCollectionVersionResponse.new(artifact: null,
40
+ instance = PulpAnsibleClient::AnsibleCollectionVersionResponse.new(pulp_href: null,
41
41
  pulp_created: null,
42
- pulp_href: null,
42
+ artifact: null,
43
43
  md5: null,
44
44
  sha1: null,
45
45
  sha224: null,
@@ -4,26 +4,26 @@
4
4
 
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
- **client_cert** | **String** | A PEM encoded client certificate used for authentication. | [optional]
7
+ **name** | **String** | A unique name for this remote. |
8
8
  **download_concurrency** | **Integer** | Total number of simultaneous connections. If not set then the default value will be used. | [optional]
9
9
  **sock_connect_timeout** | **Float** | aiohttp.ClientTimeout.sock_connect (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used. | [optional]
10
- **sock_read_timeout** | **Float** | aiohttp.ClientTimeout.sock_read (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used. | [optional]
11
- **proxy_url** | **String** | The proxy URL. Format: scheme://host:port | [optional]
12
- **proxy_username** | **String** | The username to authenticte to the proxy. | [optional]
13
- **name** | **String** | A unique name for this remote. |
14
- **connect_timeout** | **Float** | aiohttp.ClientTimeout.connect (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used. | [optional]
15
- **tls_validation** | **Boolean** | If True, TLS peer validation must be performed. | [optional]
16
- **headers** | **Array<Object>** | Headers for aiohttp.Clientsession | [optional]
17
- **username** | **String** | The username to be used for authentication when syncing. | [optional]
18
- **pulp_labels** | [**Object**](.md) | | [optional]
19
- **total_timeout** | **Float** | aiohttp.ClientTimeout.total (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used. | [optional]
20
- **proxy_password** | **String** | The password to authenticte to the proxy. | [optional]
21
10
  **client_key** | **String** | A PEM encoded private key used for authentication. | [optional]
11
+ **max_retries** | **Integer** | Maximum number of retry attempts after a download failure. If not set then the default value (3) will be used. | [optional]
22
12
  **ca_cert** | **String** | A PEM encoded CA certificate used to validate the server certificate presented by the remote server. | [optional]
13
+ **headers** | **Array<Object>** | Headers for aiohttp.Clientsession | [optional]
14
+ **connect_timeout** | **Float** | aiohttp.ClientTimeout.connect (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used. | [optional]
15
+ **pulp_labels** | [**Object**](.md) | | [optional]
16
+ **username** | **String** | The username to be used for authentication when syncing. | [optional]
17
+ **proxy_url** | **String** | The proxy URL. Format: scheme://host:port | [optional]
18
+ **rate_limit** | **Integer** | Limits requests per second for each concurrent downloader | [optional]
19
+ **client_cert** | **String** | A PEM encoded client certificate used for authentication. | [optional]
23
20
  **password** | **String** | The password to be used for authentication when syncing. | [optional]
24
- **max_retries** | **Integer** | Maximum number of retry attempts after a download failure. If not set then the default value (3) will be used. | [optional]
21
+ **proxy_username** | **String** | The username to authenticte to the proxy. | [optional]
25
22
  **url** | **String** | The URL of an external content source. |
26
- **rate_limit** | **Integer** | Limits requests per second for each concurrent downloader | [optional]
23
+ **tls_validation** | **Boolean** | If True, TLS peer validation must be performed. | [optional]
24
+ **proxy_password** | **String** | The password to authenticte to the proxy. | [optional]
25
+ **total_timeout** | **Float** | aiohttp.ClientTimeout.total (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used. | [optional]
26
+ **sock_read_timeout** | **Float** | aiohttp.ClientTimeout.sock_read (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used. | [optional]
27
27
  **metadata_only** | **Boolean** | If True, only metadata about the content will be stored in Pulp. Clients will retrieve content from the remote URL. | [optional]
28
28
  **git_ref** | **String** | A git ref. e.g.: branch, tag, or commit sha. | [optional]
29
29
 
@@ -32,26 +32,26 @@ Name | Type | Description | Notes
32
32
  ```ruby
33
33
  require 'PulpAnsibleClient'
34
34
 
35
- instance = PulpAnsibleClient::AnsibleGitRemote.new(client_cert: null,
35
+ instance = PulpAnsibleClient::AnsibleGitRemote.new(name: null,
36
36
  download_concurrency: null,
37
37
  sock_connect_timeout: null,
38
- sock_read_timeout: null,
39
- proxy_url: null,
40
- proxy_username: null,
41
- name: null,
42
- connect_timeout: null,
43
- tls_validation: null,
44
- headers: null,
45
- username: null,
46
- pulp_labels: null,
47
- total_timeout: null,
48
- proxy_password: null,
49
38
  client_key: null,
39
+ max_retries: null,
50
40
  ca_cert: null,
41
+ headers: null,
42
+ connect_timeout: null,
43
+ pulp_labels: null,
44
+ username: null,
45
+ proxy_url: null,
46
+ rate_limit: null,
47
+ client_cert: null,
51
48
  password: null,
52
- max_retries: null,
49
+ proxy_username: null,
53
50
  url: null,
54
- rate_limit: null,
51
+ tls_validation: null,
52
+ proxy_password: null,
53
+ total_timeout: null,
54
+ sock_read_timeout: null,
55
55
  metadata_only: null,
56
56
  git_ref: null)
57
57
  ```
@@ -4,24 +4,24 @@
4
4
 
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
- **client_cert** | **String** | A PEM encoded client certificate used for authentication. | [optional]
8
- **download_concurrency** | **Integer** | Total number of simultaneous connections. If not set then the default value will be used. | [optional]
9
- **sock_connect_timeout** | **Float** | aiohttp.ClientTimeout.sock_connect (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used. | [optional]
10
- **sock_read_timeout** | **Float** | aiohttp.ClientTimeout.sock_read (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used. | [optional]
11
- **proxy_url** | **String** | The proxy URL. Format: scheme://host:port | [optional]
12
- **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
13
7
  **name** | **String** | A unique name for this remote. |
14
- **connect_timeout** | **Float** | aiohttp.ClientTimeout.connect (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used. | [optional]
15
- **tls_validation** | **Boolean** | If True, TLS peer validation must be performed. | [optional]
16
8
  **pulp_last_updated** | **DateTime** | Timestamp of the most recent update of the remote. | [optional] [readonly]
9
+ **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
10
+ **download_concurrency** | **Integer** | Total number of simultaneous connections. If not set then the default value will be used. | [optional]
11
+ **sock_connect_timeout** | **Float** | aiohttp.ClientTimeout.sock_connect (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used. | [optional]
12
+ **max_retries** | **Integer** | Maximum number of retry attempts after a download failure. If not set then the default value (3) will be used. | [optional]
13
+ **ca_cert** | **String** | A PEM encoded CA certificate used to validate the server certificate presented by the remote server. | [optional]
17
14
  **headers** | **Array<Object>** | Headers for aiohttp.Clientsession | [optional]
15
+ **connect_timeout** | **Float** | aiohttp.ClientTimeout.connect (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used. | [optional]
18
16
  **pulp_labels** | [**Object**](.md) | | [optional]
19
- **total_timeout** | **Float** | aiohttp.ClientTimeout.total (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used. | [optional]
20
- **ca_cert** | **String** | A PEM encoded CA certificate used to validate the server certificate presented by the remote server. | [optional]
21
- **max_retries** | **Integer** | Maximum number of retry attempts after a download failure. If not set then the default value (3) will be used. | [optional]
22
- **url** | **String** | The URL of an external content source. |
23
- **pulp_href** | **String** | | [optional] [readonly]
17
+ **proxy_url** | **String** | The proxy URL. Format: scheme://host:port | [optional]
24
18
  **rate_limit** | **Integer** | Limits requests per second for each concurrent downloader | [optional]
19
+ **client_cert** | **String** | A PEM encoded client certificate used for authentication. | [optional]
20
+ **pulp_href** | **String** | | [optional] [readonly]
21
+ **url** | **String** | The URL of an external content source. |
22
+ **tls_validation** | **Boolean** | If True, TLS peer validation must be performed. | [optional]
23
+ **total_timeout** | **Float** | aiohttp.ClientTimeout.total (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used. | [optional]
24
+ **sock_read_timeout** | **Float** | aiohttp.ClientTimeout.sock_read (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used. | [optional]
25
25
  **metadata_only** | **Boolean** | If True, only metadata about the content will be stored in Pulp. Clients will retrieve content from the remote URL. | [optional]
26
26
  **git_ref** | **String** | A git ref. e.g.: branch, tag, or commit sha. | [optional]
27
27
 
@@ -30,24 +30,24 @@ Name | Type | Description | Notes
30
30
  ```ruby
31
31
  require 'PulpAnsibleClient'
32
32
 
33
- instance = PulpAnsibleClient::AnsibleGitRemoteResponse.new(client_cert: null,
33
+ instance = PulpAnsibleClient::AnsibleGitRemoteResponse.new(name: null,
34
+ pulp_last_updated: null,
35
+ pulp_created: null,
34
36
  download_concurrency: null,
35
37
  sock_connect_timeout: null,
36
- sock_read_timeout: null,
37
- proxy_url: null,
38
- pulp_created: null,
39
- name: null,
40
- connect_timeout: null,
41
- tls_validation: null,
42
- pulp_last_updated: null,
38
+ max_retries: null,
39
+ ca_cert: null,
43
40
  headers: null,
41
+ connect_timeout: null,
44
42
  pulp_labels: null,
45
- total_timeout: null,
46
- ca_cert: null,
47
- max_retries: null,
48
- url: null,
49
- pulp_href: null,
43
+ proxy_url: null,
50
44
  rate_limit: null,
45
+ client_cert: null,
46
+ pulp_href: null,
47
+ url: null,
48
+ tls_validation: null,
49
+ total_timeout: null,
50
+ sock_read_timeout: null,
51
51
  metadata_only: null,
52
52
  git_ref: null)
53
53
  ```
@@ -4,9 +4,9 @@
4
4
 
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
- **artifact** | **String** | Artifact file representing the physical content |
8
- **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
9
7
  **pulp_href** | **String** | | [optional] [readonly]
8
+ **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
9
+ **artifact** | **String** | Artifact file representing the physical content |
10
10
  **version** | **String** | |
11
11
  **name** | **String** | |
12
12
  **namespace** | **String** | |
@@ -16,9 +16,9 @@ Name | Type | Description | Notes
16
16
  ```ruby
17
17
  require 'PulpAnsibleClient'
18
18
 
19
- instance = PulpAnsibleClient::AnsibleRoleResponse.new(artifact: null,
19
+ instance = PulpAnsibleClient::AnsibleRoleResponse.new(pulp_href: null,
20
20
  pulp_created: null,
21
- pulp_href: null,
21
+ artifact: null,
22
22
  version: null,
23
23
  name: null,
24
24
  namespace: null)
@@ -4,26 +4,26 @@
4
4
 
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
- **client_cert** | **String** | A PEM encoded client certificate used for authentication. | [optional]
7
+ **name** | **String** | A unique name for this remote. | [optional]
8
8
  **download_concurrency** | **Integer** | Total number of simultaneous connections. If not set then the default value will be used. | [optional]
9
9
  **sock_connect_timeout** | **Float** | aiohttp.ClientTimeout.sock_connect (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used. | [optional]
10
- **sock_read_timeout** | **Float** | aiohttp.ClientTimeout.sock_read (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used. | [optional]
11
- **proxy_url** | **String** | The proxy URL. Format: scheme://host:port | [optional]
12
- **proxy_username** | **String** | The username to authenticte to the proxy. | [optional]
13
- **name** | **String** | A unique name for this remote. | [optional]
14
- **connect_timeout** | **Float** | aiohttp.ClientTimeout.connect (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used. | [optional]
15
- **tls_validation** | **Boolean** | If True, TLS peer validation must be performed. | [optional]
16
- **headers** | **Array<Object>** | Headers for aiohttp.Clientsession | [optional]
17
- **username** | **String** | The username to be used for authentication when syncing. | [optional]
18
- **pulp_labels** | [**Object**](.md) | | [optional]
19
- **total_timeout** | **Float** | aiohttp.ClientTimeout.total (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used. | [optional]
20
- **proxy_password** | **String** | The password to authenticte to the proxy. | [optional]
21
10
  **client_key** | **String** | A PEM encoded private key used for authentication. | [optional]
11
+ **max_retries** | **Integer** | Maximum number of retry attempts after a download failure. If not set then the default value (3) will be used. | [optional]
22
12
  **ca_cert** | **String** | A PEM encoded CA certificate used to validate the server certificate presented by the remote server. | [optional]
13
+ **headers** | **Array<Object>** | Headers for aiohttp.Clientsession | [optional]
14
+ **connect_timeout** | **Float** | aiohttp.ClientTimeout.connect (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used. | [optional]
15
+ **pulp_labels** | [**Object**](.md) | | [optional]
16
+ **username** | **String** | The username to be used for authentication when syncing. | [optional]
17
+ **proxy_url** | **String** | The proxy URL. Format: scheme://host:port | [optional]
18
+ **rate_limit** | **Integer** | Limits requests per second for each concurrent downloader | [optional]
19
+ **client_cert** | **String** | A PEM encoded client certificate used for authentication. | [optional]
23
20
  **password** | **String** | The password to be used for authentication when syncing. | [optional]
24
- **max_retries** | **Integer** | Maximum number of retry attempts after a download failure. If not set then the default value (3) will be used. | [optional]
21
+ **proxy_username** | **String** | The username to authenticte to the proxy. | [optional]
25
22
  **url** | **String** | The URL of an external content source. | [optional]
26
- **rate_limit** | **Integer** | Limits requests per second for each concurrent downloader | [optional]
23
+ **tls_validation** | **Boolean** | If True, TLS peer validation must be performed. | [optional]
24
+ **proxy_password** | **String** | The password to authenticte to the proxy. | [optional]
25
+ **total_timeout** | **Float** | aiohttp.ClientTimeout.total (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used. | [optional]
26
+ **sock_read_timeout** | **Float** | aiohttp.ClientTimeout.sock_read (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used. | [optional]
27
27
  **metadata_only** | **Boolean** | If True, only metadata about the content will be stored in Pulp. Clients will retrieve content from the remote URL. | [optional]
28
28
  **git_ref** | **String** | A git ref. e.g.: branch, tag, or commit sha. | [optional]
29
29
 
@@ -32,26 +32,26 @@ Name | Type | Description | Notes
32
32
  ```ruby
33
33
  require 'PulpAnsibleClient'
34
34
 
35
- instance = PulpAnsibleClient::PatchedansibleGitRemote.new(client_cert: null,
35
+ instance = PulpAnsibleClient::PatchedansibleGitRemote.new(name: null,
36
36
  download_concurrency: null,
37
37
  sock_connect_timeout: null,
38
- sock_read_timeout: null,
39
- proxy_url: null,
40
- proxy_username: null,
41
- name: null,
42
- connect_timeout: null,
43
- tls_validation: null,
44
- headers: null,
45
- username: null,
46
- pulp_labels: null,
47
- total_timeout: null,
48
- proxy_password: null,
49
38
  client_key: null,
39
+ max_retries: null,
50
40
  ca_cert: null,
41
+ headers: null,
42
+ connect_timeout: null,
43
+ pulp_labels: null,
44
+ username: null,
45
+ proxy_url: null,
46
+ rate_limit: null,
47
+ client_cert: null,
51
48
  password: null,
52
- max_retries: null,
49
+ proxy_username: null,
53
50
  url: null,
54
- rate_limit: null,
51
+ tls_validation: null,
52
+ proxy_password: null,
53
+ total_timeout: null,
54
+ sock_read_timeout: null,
55
55
  metadata_only: null,
56
56
  git_ref: null)
57
57
  ```
@@ -15,13 +15,13 @@ require 'date'
15
15
  module PulpAnsibleClient
16
16
  # A serializer for CollectionVersion Content.
17
17
  class AnsibleCollectionVersionResponse
18
- # Artifact file representing the physical content
19
- attr_accessor :artifact
18
+ attr_accessor :pulp_href
20
19
 
21
20
  # Timestamp of creation.
22
21
  attr_accessor :pulp_created
23
22
 
24
- attr_accessor :pulp_href
23
+ # Artifact file representing the physical content
24
+ attr_accessor :artifact
25
25
 
26
26
  # The MD5 checksum if available.
27
27
  attr_accessor :md5
@@ -97,9 +97,9 @@ module PulpAnsibleClient
97
97
  # Attribute mapping from ruby-style variable name to JSON key.
98
98
  def self.attribute_map
99
99
  {
100
- :'artifact' => :'artifact',
101
- :'pulp_created' => :'pulp_created',
102
100
  :'pulp_href' => :'pulp_href',
101
+ :'pulp_created' => :'pulp_created',
102
+ :'artifact' => :'artifact',
103
103
  :'md5' => :'md5',
104
104
  :'sha1' => :'sha1',
105
105
  :'sha224' => :'sha224',
@@ -130,9 +130,9 @@ module PulpAnsibleClient
130
130
  # Attribute type mapping.
131
131
  def self.openapi_types
132
132
  {
133
- :'artifact' => :'String',
134
- :'pulp_created' => :'DateTime',
135
133
  :'pulp_href' => :'String',
134
+ :'pulp_created' => :'DateTime',
135
+ :'artifact' => :'String',
136
136
  :'md5' => :'String',
137
137
  :'sha1' => :'String',
138
138
  :'sha224' => :'String',
@@ -182,16 +182,16 @@ module PulpAnsibleClient
182
182
  h[k.to_sym] = v
183
183
  }
184
184
 
185
- if attributes.key?(:'artifact')
186
- self.artifact = attributes[:'artifact']
185
+ if attributes.key?(:'pulp_href')
186
+ self.pulp_href = attributes[:'pulp_href']
187
187
  end
188
188
 
189
189
  if attributes.key?(:'pulp_created')
190
190
  self.pulp_created = attributes[:'pulp_created']
191
191
  end
192
192
 
193
- if attributes.key?(:'pulp_href')
194
- self.pulp_href = attributes[:'pulp_href']
193
+ if attributes.key?(:'artifact')
194
+ self.artifact = attributes[:'artifact']
195
195
  end
196
196
 
197
197
  if attributes.key?(:'md5')
@@ -543,9 +543,9 @@ module PulpAnsibleClient
543
543
  def ==(o)
544
544
  return true if self.equal?(o)
545
545
  self.class == o.class &&
546
- artifact == o.artifact &&
547
- pulp_created == o.pulp_created &&
548
546
  pulp_href == o.pulp_href &&
547
+ pulp_created == o.pulp_created &&
548
+ artifact == o.artifact &&
549
549
  md5 == o.md5 &&
550
550
  sha1 == o.sha1 &&
551
551
  sha224 == o.sha224 &&
@@ -581,7 +581,7 @@ module PulpAnsibleClient
581
581
  # Calculates hash code according to all attributes.
582
582
  # @return [Integer] Hash code
583
583
  def hash
584
- [artifact, pulp_created, pulp_href, md5, sha1, sha224, sha256, sha384, sha512, id, authors, contents, dependencies, description, docs_blob, manifest, files, documentation, homepage, issues, license, name, namespace, repository, tags, version, requires_ansible].hash
584
+ [pulp_href, pulp_created, artifact, md5, sha1, sha224, sha256, sha384, sha512, id, authors, contents, dependencies, description, docs_blob, manifest, files, documentation, homepage, issues, license, name, namespace, repository, tags, version, requires_ansible].hash
585
585
  end
586
586
 
587
587
  # Builds the object from hash