pulp_certguard_client 3.49.5 → 3.49.6

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e5900593b7cf2a0bc874517f4662c5956aa24750b51870755e780087544eb724
4
- data.tar.gz: 4ea9cc4fe4356be4986646f8c48be9c77fe25eef0b8621e62934e04c998fccb6
3
+ metadata.gz: d85a55a1eb591305a2ee0cbed03f3e2ce72abd2be2404b2861bd0a4e5891913c
4
+ data.tar.gz: f41495877431d9bdfc70af6642fb442829939329aba9e270c5e7f5930c6c2a49
5
5
  SHA512:
6
- metadata.gz: c4b6e130737f6ba5934ca327ce6f635995186ca51b4175f87053af239ff9b62513c9953e822eea8d641e1117b259b2d85c41defb0a983df80493e5f0d0567ccf
7
- data.tar.gz: d533ad6d3744bc66381b40eec6fbba215e148232975afee57d43bd6a4774077b0dc4737750a5dddb828d76ebc1707cdbb294e4f788471578c545d2c08d20119e
6
+ metadata.gz: 1a3249d9fe8c9552f650d2032718dae437f05fd2642ccb090602a654c846c656762a287f09702d68576f5d560ad2f946e18372f01c1b56306f8532dc869c5404
7
+ data.tar.gz: a9e1c6009d42fec9659a5e90b5995ba5a3190096d001c25560dab787ed9adc30429ad49dd0db30b9428a04099565b85e7a8b65de6303577b7b61f1dd1cb62e34
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.49.5
10
+ - Package version: 3.49.6
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.49.5.gem
27
+ gem install ./pulp_certguard_client-3.49.6.gem
28
28
  ```
29
29
 
30
- (for development, run `gem install --dev ./pulp_certguard_client-3.49.5.gem` to install the development dependencies)
30
+ (for development, run `gem install --dev ./pulp_certguard_client-3.49.6.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.49.5'
36
+ gem 'pulp_certguard_client', '~> 3.49.6'
37
37
 
38
38
  ### Install from Git
39
39
 
@@ -4,10 +4,10 @@
4
4
 
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
- **count** | **Integer** | | [optional]
7
+ **count** | **Integer** | |
8
8
  **_next** | **String** | | [optional]
9
9
  **previous** | **String** | | [optional]
10
- **results** | [**Array<CertguardRHSMCertGuardResponse>**](CertguardRHSMCertGuardResponse.md) | | [optional]
10
+ **results** | [**Array<CertguardRHSMCertGuardResponse>**](CertguardRHSMCertGuardResponse.md) | |
11
11
 
12
12
  ## Code Sample
13
13
 
@@ -4,10 +4,10 @@
4
4
 
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
- **count** | **Integer** | | [optional]
7
+ **count** | **Integer** | |
8
8
  **_next** | **String** | | [optional]
9
9
  **previous** | **String** | | [optional]
10
- **results** | [**Array<CertguardX509CertGuardResponse>**](CertguardX509CertGuardResponse.md) | | [optional]
10
+ **results** | [**Array<CertguardX509CertGuardResponse>**](CertguardX509CertGuardResponse.md) | |
11
11
 
12
12
  ## Code Sample
13
13
 
@@ -88,12 +88,22 @@ module PulpCertguardClient
88
88
  # @return Array for valid properties with the reasons
89
89
  def list_invalid_properties
90
90
  invalid_properties = Array.new
91
+ if @count.nil?
92
+ invalid_properties.push('invalid value for "count", count cannot be nil.')
93
+ end
94
+
95
+ if @results.nil?
96
+ invalid_properties.push('invalid value for "results", results cannot be nil.')
97
+ end
98
+
91
99
  invalid_properties
92
100
  end
93
101
 
94
102
  # Check to see if the all the properties in the model are valid
95
103
  # @return true if the model is valid
96
104
  def valid?
105
+ return false if @count.nil?
106
+ return false if @results.nil?
97
107
  true
98
108
  end
99
109
 
@@ -88,12 +88,22 @@ module PulpCertguardClient
88
88
  # @return Array for valid properties with the reasons
89
89
  def list_invalid_properties
90
90
  invalid_properties = Array.new
91
+ if @count.nil?
92
+ invalid_properties.push('invalid value for "count", count cannot be nil.')
93
+ end
94
+
95
+ if @results.nil?
96
+ invalid_properties.push('invalid value for "results", results cannot be nil.')
97
+ end
98
+
91
99
  invalid_properties
92
100
  end
93
101
 
94
102
  # Check to see if the all the properties in the model are valid
95
103
  # @return true if the model is valid
96
104
  def valid?
105
+ return false if @count.nil?
106
+ return false if @results.nil?
97
107
  true
98
108
  end
99
109
 
@@ -11,5 +11,5 @@ OpenAPI Generator version: 4.3.1
11
11
  =end
12
12
 
13
13
  module PulpCertguardClient
14
- VERSION = '3.49.5'
14
+ VERSION = '3.49.6'
15
15
  end
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.49.5
4
+ version: 3.49.6
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-04-17 00:00:00.000000000 Z
11
+ date: 2024-04-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday