pulp_ansible_client 0.11.0.dev1636773338 → 0.11.0.dev1637118956

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.

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: 9e46d1cc30254a555909bcd1fdb1036f2c6d74ff0657b42bd3789973837af7d7
4
- data.tar.gz: bb52810107b73eb8a017f30c3c9eff8d628880c461a66ad034e8f6b8594ad1b8
3
+ metadata.gz: abf6a130bcf39d72d13ce3848605510273f0829775ebe5805b75cda4be3536e5
4
+ data.tar.gz: f86ad4938ff1c8c601d8715d57f2498a2e0cc37703c928f96616f8af26211331
5
5
  SHA512:
6
- metadata.gz: 9f3894d9e512de51c785c259ffc38686f759acb6bb4bbde8feb24d2376a3bf1b2b69f39199d5c77334ba2f1b125011480256545a40ec2f84515d0abb0d07cb11
7
- data.tar.gz: 6f4be18895742e8ebdcfd33baa04f44ad15fdd2605b975d15c9b4aec5898b4760518c4e6fd6a0224f4961417862ce8a0666696d4b5aa43690fbbfd1f5f80fa62
6
+ metadata.gz: 60917ed6c408f410a42b10bc94e4deaf8f1de47639ed155b4258b18122b2f7e1ba449693497a83cc7d29e7651bd50892129be3d18bcd118bc433f3a7648f9309
7
+ data.tar.gz: f151f724147c3a60c7caad10afb18b64b31137635c3f652e9729f2c810d16376bea9658cc183c91916b9b480da9585686c206ee95f0cf8b2ea4460a7b42450f9
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.11.0.dev1636773338
10
+ - Package version: 0.11.0.dev1637118956
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.11.0.dev1636773338.gem
27
+ gem install ./pulp_ansible_client-0.11.0.dev1637118956.gem
28
28
  ```
29
29
 
30
- (for development, run `gem install --dev ./pulp_ansible_client-0.11.0.dev1636773338.gem` to install the development dependencies)
30
+ (for development, run `gem install --dev ./pulp_ansible_client-0.11.0.dev1637118956.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.11.0.dev1636773338'
36
+ gem 'pulp_ansible_client', '~> 0.11.0.dev1637118956'
37
37
 
38
38
  ### Install from Git
39
39
 
@@ -4,9 +4,9 @@
4
4
 
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
+ **pulp_href** | **String** | | [optional] [readonly]
7
8
  **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
8
9
  **artifact** | **String** | Artifact file representing the physical content |
9
- **pulp_href** | **String** | | [optional] [readonly]
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(pulp_created: null,
40
+ instance = PulpAnsibleClient::AnsibleCollectionVersionResponse.new(pulp_href: null,
41
+ pulp_created: null,
41
42
  artifact: null,
42
- pulp_href: 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
- **url** | **String** | The URL of an external content source. |
8
- **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]
7
+ **client_cert** | **String** | A PEM encoded client certificate used for authentication. | [optional]
8
+ **ca_cert** | **String** | A PEM encoded CA certificate used to validate the server certificate presented by the remote server. | [optional]
9
+ **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]
10
+ **headers** | **Array<Object>** | Headers for aiohttp.Clientsession | [optional]
9
11
  **name** | **String** | A unique name for this remote. |
12
+ **proxy_username** | **String** | The username to authenticte to the proxy. | [optional]
13
+ **tls_validation** | **Boolean** | If True, TLS peer validation must be performed. | [optional]
14
+ **proxy_url** | **String** | The proxy URL. Format: scheme://host:port | [optional]
10
15
  **client_key** | **String** | A PEM encoded private key used for authentication. | [optional]
16
+ **proxy_password** | **String** | The password to authenticte to the proxy. | [optional]
11
17
  **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]
12
- **username** | **String** | The username to be used for authentication when syncing. | [optional]
13
- **max_retries** | **Integer** | Maximum number of retry attempts after a download failure. If not set then the default value (3) will be used. | [optional]
14
- **rate_limit** | **Integer** | Limits total download rate in requests per second | [optional]
15
- **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]
16
- **proxy_url** | **String** | The proxy URL. Format: scheme://host:port | [optional]
17
- **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
18
  **pulp_labels** | [**Object**](.md) | | [optional]
19
- **proxy_username** | **String** | The username to authenticte to the proxy. | [optional]
20
- **headers** | **Array<Object>** | Headers for aiohttp.Clientsession | [optional]
21
- **password** | **String** | The password to be used for authentication when syncing. | [optional]
22
- **ca_cert** | **String** | A PEM encoded CA certificate used to validate the server certificate presented by the remote server. | [optional]
23
- **client_cert** | **String** | A PEM encoded client certificate used for authentication. | [optional]
24
- **proxy_password** | **String** | The password to authenticte to the proxy. | [optional]
25
- **tls_validation** | **Boolean** | If True, TLS peer validation must be performed. | [optional]
26
19
  **download_concurrency** | **Integer** | Total number of simultaneous connections. If not set then the default value will be used. | [optional]
20
+ **url** | **String** | The URL of an external content source. |
21
+ **password** | **String** | The password to be used for authentication when syncing. | [optional]
22
+ **rate_limit** | **Integer** | Limits total download rate in requests per second | [optional]
23
+ **max_retries** | **Integer** | Maximum number of retry attempts after a download failure. If not set then the default value (3) will be used. | [optional]
24
+ **username** | **String** | The username to be used for authentication when syncing. | [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_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]
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
 
29
29
  ## Code Sample
@@ -31,26 +31,26 @@ Name | Type | Description | Notes
31
31
  ```ruby
32
32
  require 'PulpAnsibleClient'
33
33
 
34
- instance = PulpAnsibleClient::AnsibleGitRemote.new(url: null,
35
- sock_connect_timeout: null,
34
+ instance = PulpAnsibleClient::AnsibleGitRemote.new(client_cert: null,
35
+ ca_cert: null,
36
+ connect_timeout: null,
37
+ headers: null,
36
38
  name: null,
39
+ proxy_username: null,
40
+ tls_validation: null,
41
+ proxy_url: null,
37
42
  client_key: null,
43
+ proxy_password: null,
38
44
  sock_read_timeout: null,
39
- username: null,
40
- max_retries: null,
41
- rate_limit: null,
42
- total_timeout: null,
43
- proxy_url: null,
44
- connect_timeout: null,
45
45
  pulp_labels: null,
46
- proxy_username: null,
47
- headers: null,
48
- password: null,
49
- ca_cert: null,
50
- client_cert: null,
51
- proxy_password: null,
52
- tls_validation: null,
53
46
  download_concurrency: null,
47
+ url: null,
48
+ password: null,
49
+ rate_limit: null,
50
+ max_retries: null,
51
+ username: null,
52
+ total_timeout: null,
53
+ sock_connect_timeout: null,
54
54
  metadata_only: null)
55
55
  ```
56
56
 
@@ -4,24 +4,24 @@
4
4
 
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
- **url** | **String** | The URL of an external content source. |
8
- **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]
9
- **name** | **String** | A unique name for this remote. |
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
- **max_retries** | **Integer** | Maximum number of retry attempts after a download failure. If not set then the default value (3) will be used. | [optional]
12
- **rate_limit** | **Integer** | Limits total download rate in requests per second | [optional]
13
- **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]
14
- **proxy_url** | **String** | The proxy URL. Format: scheme://host:port | [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]
7
+ **client_cert** | **String** | A PEM encoded client certificate used for authentication. | [optional]
8
+ **ca_cert** | **String** | A PEM encoded CA certificate used to validate the server certificate presented by the remote server. | [optional]
16
9
  **pulp_last_updated** | **DateTime** | Timestamp of the most recent update of the remote. | [optional] [readonly]
17
- **pulp_labels** | [**Object**](.md) | | [optional]
10
+ **pulp_href** | **String** | | [optional] [readonly]
11
+ **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
12
  **headers** | **Array<Object>** | Headers for aiohttp.Clientsession | [optional]
19
- **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
20
- **ca_cert** | **String** | A PEM encoded CA certificate used to validate the server certificate presented by the remote server. | [optional]
21
- **client_cert** | **String** | A PEM encoded client certificate used for authentication. | [optional]
13
+ **name** | **String** | A unique name for this remote. |
22
14
  **tls_validation** | **Boolean** | If True, TLS peer validation must be performed. | [optional]
23
- **pulp_href** | **String** | | [optional] [readonly]
15
+ **proxy_url** | **String** | The proxy URL. Format: scheme://host:port | [optional]
16
+ **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]
17
+ **pulp_labels** | [**Object**](.md) | | [optional]
24
18
  **download_concurrency** | **Integer** | Total number of simultaneous connections. If not set then the default value will be used. | [optional]
19
+ **url** | **String** | The URL of an external content source. |
20
+ **rate_limit** | **Integer** | Limits total download rate in requests per second | [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
+ **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
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_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]
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
 
27
27
  ## Code Sample
@@ -29,24 +29,24 @@ Name | Type | Description | Notes
29
29
  ```ruby
30
30
  require 'PulpAnsibleClient'
31
31
 
32
- instance = PulpAnsibleClient::AnsibleGitRemoteResponse.new(url: null,
33
- sock_connect_timeout: null,
34
- name: null,
35
- sock_read_timeout: null,
36
- max_retries: null,
37
- rate_limit: null,
38
- total_timeout: null,
39
- proxy_url: null,
40
- connect_timeout: null,
32
+ instance = PulpAnsibleClient::AnsibleGitRemoteResponse.new(client_cert: null,
33
+ ca_cert: null,
41
34
  pulp_last_updated: null,
42
- pulp_labels: null,
35
+ pulp_href: null,
36
+ connect_timeout: null,
43
37
  headers: null,
44
- pulp_created: null,
45
- ca_cert: null,
46
- client_cert: null,
38
+ name: null,
47
39
  tls_validation: null,
48
- pulp_href: null,
40
+ proxy_url: null,
41
+ sock_read_timeout: null,
42
+ pulp_labels: null,
49
43
  download_concurrency: null,
44
+ url: null,
45
+ rate_limit: null,
46
+ max_retries: null,
47
+ pulp_created: null,
48
+ total_timeout: null,
49
+ sock_connect_timeout: null,
50
50
  metadata_only: null)
51
51
  ```
52
52
 
@@ -4,9 +4,9 @@
4
4
 
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
+ **pulp_href** | **String** | | [optional] [readonly]
7
8
  **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
8
9
  **artifact** | **String** | Artifact file representing the physical content |
9
- **pulp_href** | **String** | | [optional] [readonly]
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(pulp_created: null,
19
+ instance = PulpAnsibleClient::AnsibleRoleResponse.new(pulp_href: null,
20
+ pulp_created: null,
20
21
  artifact: null,
21
- pulp_href: 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
- **url** | **String** | The URL of an external content source. | [optional]
8
- **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]
7
+ **client_cert** | **String** | A PEM encoded client certificate used for authentication. | [optional]
8
+ **ca_cert** | **String** | A PEM encoded CA certificate used to validate the server certificate presented by the remote server. | [optional]
9
+ **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]
10
+ **headers** | **Array<Object>** | Headers for aiohttp.Clientsession | [optional]
9
11
  **name** | **String** | A unique name for this remote. | [optional]
12
+ **proxy_username** | **String** | The username to authenticte to the proxy. | [optional]
13
+ **tls_validation** | **Boolean** | If True, TLS peer validation must be performed. | [optional]
14
+ **proxy_url** | **String** | The proxy URL. Format: scheme://host:port | [optional]
10
15
  **client_key** | **String** | A PEM encoded private key used for authentication. | [optional]
16
+ **proxy_password** | **String** | The password to authenticte to the proxy. | [optional]
11
17
  **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]
12
- **username** | **String** | The username to be used for authentication when syncing. | [optional]
13
- **max_retries** | **Integer** | Maximum number of retry attempts after a download failure. If not set then the default value (3) will be used. | [optional]
14
- **rate_limit** | **Integer** | Limits total download rate in requests per second | [optional]
15
- **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]
16
- **proxy_url** | **String** | The proxy URL. Format: scheme://host:port | [optional]
17
- **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
18
  **pulp_labels** | [**Object**](.md) | | [optional]
19
- **proxy_username** | **String** | The username to authenticte to the proxy. | [optional]
20
- **headers** | **Array<Object>** | Headers for aiohttp.Clientsession | [optional]
21
- **password** | **String** | The password to be used for authentication when syncing. | [optional]
22
- **ca_cert** | **String** | A PEM encoded CA certificate used to validate the server certificate presented by the remote server. | [optional]
23
- **client_cert** | **String** | A PEM encoded client certificate used for authentication. | [optional]
24
- **proxy_password** | **String** | The password to authenticte to the proxy. | [optional]
25
- **tls_validation** | **Boolean** | If True, TLS peer validation must be performed. | [optional]
26
19
  **download_concurrency** | **Integer** | Total number of simultaneous connections. If not set then the default value will be used. | [optional]
20
+ **url** | **String** | The URL of an external content source. | [optional]
21
+ **password** | **String** | The password to be used for authentication when syncing. | [optional]
22
+ **rate_limit** | **Integer** | Limits total download rate in requests per second | [optional]
23
+ **max_retries** | **Integer** | Maximum number of retry attempts after a download failure. If not set then the default value (3) will be used. | [optional]
24
+ **username** | **String** | The username to be used for authentication when syncing. | [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_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]
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
 
29
29
  ## Code Sample
@@ -31,26 +31,26 @@ Name | Type | Description | Notes
31
31
  ```ruby
32
32
  require 'PulpAnsibleClient'
33
33
 
34
- instance = PulpAnsibleClient::PatchedansibleGitRemote.new(url: null,
35
- sock_connect_timeout: null,
34
+ instance = PulpAnsibleClient::PatchedansibleGitRemote.new(client_cert: null,
35
+ ca_cert: null,
36
+ connect_timeout: null,
37
+ headers: null,
36
38
  name: null,
39
+ proxy_username: null,
40
+ tls_validation: null,
41
+ proxy_url: null,
37
42
  client_key: null,
43
+ proxy_password: null,
38
44
  sock_read_timeout: null,
39
- username: null,
40
- max_retries: null,
41
- rate_limit: null,
42
- total_timeout: null,
43
- proxy_url: null,
44
- connect_timeout: null,
45
45
  pulp_labels: null,
46
- proxy_username: null,
47
- headers: null,
48
- password: null,
49
- ca_cert: null,
50
- client_cert: null,
51
- proxy_password: null,
52
- tls_validation: null,
53
46
  download_concurrency: null,
47
+ url: null,
48
+ password: null,
49
+ rate_limit: null,
50
+ max_retries: null,
51
+ username: null,
52
+ total_timeout: null,
53
+ sock_connect_timeout: null,
54
54
  metadata_only: null)
55
55
  ```
56
56
 
@@ -15,14 +15,14 @@ require 'date'
15
15
  module PulpAnsibleClient
16
16
  # A serializer for CollectionVersion Content.
17
17
  class AnsibleCollectionVersionResponse
18
+ attr_accessor :pulp_href
19
+
18
20
  # Timestamp of creation.
19
21
  attr_accessor :pulp_created
20
22
 
21
23
  # Artifact file representing the physical content
22
24
  attr_accessor :artifact
23
25
 
24
- attr_accessor :pulp_href
25
-
26
26
  # The MD5 checksum if available.
27
27
  attr_accessor :md5
28
28
 
@@ -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
+ :'pulp_href' => :'pulp_href',
100
101
  :'pulp_created' => :'pulp_created',
101
102
  :'artifact' => :'artifact',
102
- :'pulp_href' => :'pulp_href',
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
+ :'pulp_href' => :'String',
133
134
  :'pulp_created' => :'DateTime',
134
135
  :'artifact' => :'String',
135
- :'pulp_href' => :'String',
136
136
  :'md5' => :'String',
137
137
  :'sha1' => :'String',
138
138
  :'sha224' => :'String',
@@ -182,6 +182,10 @@ module PulpAnsibleClient
182
182
  h[k.to_sym] = v
183
183
  }
184
184
 
185
+ if attributes.key?(:'pulp_href')
186
+ self.pulp_href = attributes[:'pulp_href']
187
+ end
188
+
185
189
  if attributes.key?(:'pulp_created')
186
190
  self.pulp_created = attributes[:'pulp_created']
187
191
  end
@@ -190,10 +194,6 @@ module PulpAnsibleClient
190
194
  self.artifact = attributes[:'artifact']
191
195
  end
192
196
 
193
- if attributes.key?(:'pulp_href')
194
- self.pulp_href = attributes[:'pulp_href']
195
- end
196
-
197
197
  if attributes.key?(:'md5')
198
198
  self.md5 = attributes[:'md5']
199
199
  end
@@ -548,9 +548,9 @@ module PulpAnsibleClient
548
548
  def ==(o)
549
549
  return true if self.equal?(o)
550
550
  self.class == o.class &&
551
+ pulp_href == o.pulp_href &&
551
552
  pulp_created == o.pulp_created &&
552
553
  artifact == o.artifact &&
553
- pulp_href == o.pulp_href &&
554
554
  md5 == o.md5 &&
555
555
  sha1 == o.sha1 &&
556
556
  sha224 == o.sha224 &&
@@ -586,7 +586,7 @@ module PulpAnsibleClient
586
586
  # Calculates hash code according to all attributes.
587
587
  # @return [Integer] Hash code
588
588
  def hash
589
- [pulp_created, artifact, 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
589
+ [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
590
590
  end
591
591
 
592
592
  # Builds the object from hash