pulp_certguard_client 3.47.0 → 3.49.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 +4 -4
- data/docs/CertguardRHSMCertGuardResponse.md +2 -0
- data/docs/CertguardX509CertGuardResponse.md +2 -0
- data/lib/pulp_certguard_client/models/certguard_rhsm_cert_guard_response.rb +11 -1
- data/lib/pulp_certguard_client/models/certguard_x509_cert_guard_response.rb +11 -1
- data/lib/pulp_certguard_client/version.rb +1 -1
- data/spec/models/certguard_rhsm_cert_guard_response_spec.rb +6 -0
- data/spec/models/certguard_x509_cert_guard_response_spec.rb +6 -0
- metadata +7 -7
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: afce583e0be5c9d8d11717d759a0b914d42ed16b9066b8f3042fcc543221b77f
|
4
|
+
data.tar.gz: 5f7233351c03f0134523b653044cf0360ed2230fd1a22185e451ddde9a50b1d6
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2a0ab3bc210b7039daae9d120f3d553db57d06fa42e9e7dddf36dd5272b651340628f2690338e7a6ff5292a594752f78757a680658b6867115fb523a0a1c96f6
|
7
|
+
data.tar.gz: 6cb22d4805f957ef07cbfeba52bd2bd54ca39984042dfd8b9ed29a7d8ddbef7f3f2b427f99f03c2458d1254c9ff23005d51da88a193ec134fa6ac5ef3b8e6429
|
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: 3.
|
10
|
+
- Package version: 3.49.0
|
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_certguard_client.gemspec
|
|
24
24
|
Then either install the gem locally:
|
25
25
|
|
26
26
|
```shell
|
27
|
-
gem install ./pulp_certguard_client-3.
|
27
|
+
gem install ./pulp_certguard_client-3.49.0.gem
|
28
28
|
```
|
29
29
|
|
30
|
-
(for development, run `gem install --dev ./pulp_certguard_client-3.
|
30
|
+
(for development, run `gem install --dev ./pulp_certguard_client-3.49.0.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_certguard_client', '~> 3.
|
36
|
+
gem 'pulp_certguard_client', '~> 3.49.0'
|
37
37
|
|
38
38
|
### Install from Git
|
39
39
|
|
@@ -6,6 +6,7 @@ Name | Type | Description | Notes
|
|
6
6
|
------------ | ------------- | ------------- | -------------
|
7
7
|
**pulp_href** | **String** | | [optional] [readonly]
|
8
8
|
**pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
|
9
|
+
**pulp_last_updated** | **DateTime** | Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same. | [optional] [readonly]
|
9
10
|
**name** | **String** | The unique name. |
|
10
11
|
**description** | **String** | An optional description. | [optional]
|
11
12
|
**ca_certificate** | **String** | A Certificate Authority (CA) certificate (or a bundle thereof) used to verify client-certificate authenticity. |
|
@@ -17,6 +18,7 @@ require 'PulpCertguardClient'
|
|
17
18
|
|
18
19
|
instance = PulpCertguardClient::CertguardRHSMCertGuardResponse.new(pulp_href: null,
|
19
20
|
pulp_created: null,
|
21
|
+
pulp_last_updated: null,
|
20
22
|
name: null,
|
21
23
|
description: null,
|
22
24
|
ca_certificate: null)
|
@@ -6,6 +6,7 @@ Name | Type | Description | Notes
|
|
6
6
|
------------ | ------------- | ------------- | -------------
|
7
7
|
**pulp_href** | **String** | | [optional] [readonly]
|
8
8
|
**pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
|
9
|
+
**pulp_last_updated** | **DateTime** | Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same. | [optional] [readonly]
|
9
10
|
**name** | **String** | The unique name. |
|
10
11
|
**description** | **String** | An optional description. | [optional]
|
11
12
|
**ca_certificate** | **String** | A Certificate Authority (CA) certificate (or a bundle thereof) used to verify client-certificate authenticity. |
|
@@ -17,6 +18,7 @@ require 'PulpCertguardClient'
|
|
17
18
|
|
18
19
|
instance = PulpCertguardClient::CertguardX509CertGuardResponse.new(pulp_href: null,
|
19
20
|
pulp_created: null,
|
21
|
+
pulp_last_updated: null,
|
20
22
|
name: null,
|
21
23
|
description: null,
|
22
24
|
ca_certificate: null)
|
@@ -20,6 +20,9 @@ module PulpCertguardClient
|
|
20
20
|
# Timestamp of creation.
|
21
21
|
attr_accessor :pulp_created
|
22
22
|
|
23
|
+
# Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same.
|
24
|
+
attr_accessor :pulp_last_updated
|
25
|
+
|
23
26
|
# The unique name.
|
24
27
|
attr_accessor :name
|
25
28
|
|
@@ -34,6 +37,7 @@ module PulpCertguardClient
|
|
34
37
|
{
|
35
38
|
:'pulp_href' => :'pulp_href',
|
36
39
|
:'pulp_created' => :'pulp_created',
|
40
|
+
:'pulp_last_updated' => :'pulp_last_updated',
|
37
41
|
:'name' => :'name',
|
38
42
|
:'description' => :'description',
|
39
43
|
:'ca_certificate' => :'ca_certificate'
|
@@ -45,6 +49,7 @@ module PulpCertguardClient
|
|
45
49
|
{
|
46
50
|
:'pulp_href' => :'String',
|
47
51
|
:'pulp_created' => :'DateTime',
|
52
|
+
:'pulp_last_updated' => :'DateTime',
|
48
53
|
:'name' => :'String',
|
49
54
|
:'description' => :'String',
|
50
55
|
:'ca_certificate' => :'String'
|
@@ -81,6 +86,10 @@ module PulpCertguardClient
|
|
81
86
|
self.pulp_created = attributes[:'pulp_created']
|
82
87
|
end
|
83
88
|
|
89
|
+
if attributes.key?(:'pulp_last_updated')
|
90
|
+
self.pulp_last_updated = attributes[:'pulp_last_updated']
|
91
|
+
end
|
92
|
+
|
84
93
|
if attributes.key?(:'name')
|
85
94
|
self.name = attributes[:'name']
|
86
95
|
end
|
@@ -124,6 +133,7 @@ module PulpCertguardClient
|
|
124
133
|
self.class == o.class &&
|
125
134
|
pulp_href == o.pulp_href &&
|
126
135
|
pulp_created == o.pulp_created &&
|
136
|
+
pulp_last_updated == o.pulp_last_updated &&
|
127
137
|
name == o.name &&
|
128
138
|
description == o.description &&
|
129
139
|
ca_certificate == o.ca_certificate
|
@@ -138,7 +148,7 @@ module PulpCertguardClient
|
|
138
148
|
# Calculates hash code according to all attributes.
|
139
149
|
# @return [Integer] Hash code
|
140
150
|
def hash
|
141
|
-
[pulp_href, pulp_created, name, description, ca_certificate].hash
|
151
|
+
[pulp_href, pulp_created, pulp_last_updated, name, description, ca_certificate].hash
|
142
152
|
end
|
143
153
|
|
144
154
|
# Builds the object from hash
|
@@ -20,6 +20,9 @@ module PulpCertguardClient
|
|
20
20
|
# Timestamp of creation.
|
21
21
|
attr_accessor :pulp_created
|
22
22
|
|
23
|
+
# Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same.
|
24
|
+
attr_accessor :pulp_last_updated
|
25
|
+
|
23
26
|
# The unique name.
|
24
27
|
attr_accessor :name
|
25
28
|
|
@@ -34,6 +37,7 @@ module PulpCertguardClient
|
|
34
37
|
{
|
35
38
|
:'pulp_href' => :'pulp_href',
|
36
39
|
:'pulp_created' => :'pulp_created',
|
40
|
+
:'pulp_last_updated' => :'pulp_last_updated',
|
37
41
|
:'name' => :'name',
|
38
42
|
:'description' => :'description',
|
39
43
|
:'ca_certificate' => :'ca_certificate'
|
@@ -45,6 +49,7 @@ module PulpCertguardClient
|
|
45
49
|
{
|
46
50
|
:'pulp_href' => :'String',
|
47
51
|
:'pulp_created' => :'DateTime',
|
52
|
+
:'pulp_last_updated' => :'DateTime',
|
48
53
|
:'name' => :'String',
|
49
54
|
:'description' => :'String',
|
50
55
|
:'ca_certificate' => :'String'
|
@@ -81,6 +86,10 @@ module PulpCertguardClient
|
|
81
86
|
self.pulp_created = attributes[:'pulp_created']
|
82
87
|
end
|
83
88
|
|
89
|
+
if attributes.key?(:'pulp_last_updated')
|
90
|
+
self.pulp_last_updated = attributes[:'pulp_last_updated']
|
91
|
+
end
|
92
|
+
|
84
93
|
if attributes.key?(:'name')
|
85
94
|
self.name = attributes[:'name']
|
86
95
|
end
|
@@ -124,6 +133,7 @@ module PulpCertguardClient
|
|
124
133
|
self.class == o.class &&
|
125
134
|
pulp_href == o.pulp_href &&
|
126
135
|
pulp_created == o.pulp_created &&
|
136
|
+
pulp_last_updated == o.pulp_last_updated &&
|
127
137
|
name == o.name &&
|
128
138
|
description == o.description &&
|
129
139
|
ca_certificate == o.ca_certificate
|
@@ -138,7 +148,7 @@ module PulpCertguardClient
|
|
138
148
|
# Calculates hash code according to all attributes.
|
139
149
|
# @return [Integer] Hash code
|
140
150
|
def hash
|
141
|
-
[pulp_href, pulp_created, name, description, ca_certificate].hash
|
151
|
+
[pulp_href, pulp_created, pulp_last_updated, name, description, ca_certificate].hash
|
142
152
|
end
|
143
153
|
|
144
154
|
# Builds the object from hash
|
@@ -44,6 +44,12 @@ describe 'CertguardRHSMCertGuardResponse' do
|
|
44
44
|
end
|
45
45
|
end
|
46
46
|
|
47
|
+
describe 'test attribute "pulp_last_updated"' do
|
48
|
+
it 'should work' do
|
49
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
50
|
+
end
|
51
|
+
end
|
52
|
+
|
47
53
|
describe 'test attribute "name"' do
|
48
54
|
it 'should work' do
|
49
55
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
@@ -44,6 +44,12 @@ describe 'CertguardX509CertGuardResponse' do
|
|
44
44
|
end
|
45
45
|
end
|
46
46
|
|
47
|
+
describe 'test attribute "pulp_last_updated"' do
|
48
|
+
it 'should work' do
|
49
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
50
|
+
end
|
51
|
+
end
|
52
|
+
|
47
53
|
describe 'test attribute "name"' do
|
48
54
|
it 'should work' do
|
49
55
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: pulp_certguard_client
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.
|
4
|
+
version: 3.49.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: 2024-
|
11
|
+
date: 2024-03-05 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: faraday
|
@@ -147,12 +147,12 @@ test_files:
|
|
147
147
|
- spec/api/contentguards_rhsm_api_spec.rb
|
148
148
|
- spec/api_client_spec.rb
|
149
149
|
- spec/configuration_spec.rb
|
150
|
-
- spec/models/
|
151
|
-
- spec/models/certguard_rhsm_cert_guard_spec.rb
|
150
|
+
- spec/models/patchedcertguard_rhsm_cert_guard_spec.rb
|
152
151
|
- spec/models/certguard_rhsm_cert_guard_response_spec.rb
|
152
|
+
- spec/models/certguard_x509_cert_guard_spec.rb
|
153
|
+
- spec/models/paginatedcertguard_rhsm_cert_guard_response_list_spec.rb
|
154
|
+
- spec/models/certguard_x509_cert_guard_response_spec.rb
|
153
155
|
- spec/models/paginatedcertguard_x509_cert_guard_response_list_spec.rb
|
154
|
-
- spec/models/
|
156
|
+
- spec/models/certguard_rhsm_cert_guard_spec.rb
|
155
157
|
- spec/models/patchedcertguard_x509_cert_guard_spec.rb
|
156
|
-
- spec/models/paginatedcertguard_rhsm_cert_guard_response_list_spec.rb
|
157
|
-
- spec/models/certguard_x509_cert_guard_spec.rb
|
158
158
|
- spec/spec_helper.rb
|