pulp_file_client 3.46.0 → 3.47.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c10da48530631bca9216acc25043b8669636bae258668fef03353ce136e49654
4
- data.tar.gz: 267ca27be54e360af95de3b669aa08226be4f33153f36b5f9d94660a350882d7
3
+ metadata.gz: 27c01de3f8d53bf2cf6eeac65122b28c5d2a99f51995c841f21c152374bfeebf
4
+ data.tar.gz: 4ab5b2d80c1c4509735e0e6dc37e46a9903302bc0ac6f6115beb7f7980174b93
5
5
  SHA512:
6
- metadata.gz: 10ea3c54c23a3e4bdc7e4c03c73abed53f559e532f207095b563aecde7cd80db7064c78f9f2e972f4ba7482c567e6a271ab08ca6ed5d9433a3dac8579befccfa
7
- data.tar.gz: 04e781d097f81fe71d440975bd522efafdf650e5c06f6b7661c86b3b7992119eb4a54c02513a176913a9b1b3ee19a8f8a98741689fc504ea84de943f31b4ecb9
6
+ metadata.gz: af558de0cbdbe1e4029512efc1075f84833f967b5bdb1b79ab1a13e290297871305df2bf0257872f2c6b7d2e3349296e1de4886226ae087d31b64312ef8905be
7
+ data.tar.gz: a1de6cd34325124243d583dc95773a94fee9dd5d5f281efab4e3f492f1464c36719bdd0f69af5043108fdd93731b38ce26c06f8f4bfcd4bfd9f68931a93c8d23
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.46.0
10
+ - Package version: 3.47.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_file_client.gemspec
24
24
  Then either install the gem locally:
25
25
 
26
26
  ```shell
27
- gem install ./pulp_file_client-3.46.0.gem
27
+ gem install ./pulp_file_client-3.47.0.gem
28
28
  ```
29
29
 
30
- (for development, run `gem install --dev ./pulp_file_client-3.46.0.gem` to install the development dependencies)
30
+ (for development, run `gem install --dev ./pulp_file_client-3.47.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_file_client', '~> 3.46.0'
36
+ gem 'pulp_file_client', '~> 3.47.0'
37
37
 
38
38
  ### Install from Git
39
39
 
@@ -4,8 +4,8 @@
4
4
 
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
- **name** | **String** | | [optional]
8
- **is_set** | **Boolean** | | [optional]
7
+ **name** | **String** | |
8
+ **is_set** | **Boolean** | |
9
9
 
10
10
  ## Code Sample
11
11
 
@@ -68,12 +68,22 @@ module PulpFileClient
68
68
  # @return Array for valid properties with the reasons
69
69
  def list_invalid_properties
70
70
  invalid_properties = Array.new
71
+ if @name.nil?
72
+ invalid_properties.push('invalid value for "name", name cannot be nil.')
73
+ end
74
+
75
+ if @is_set.nil?
76
+ invalid_properties.push('invalid value for "is_set", is_set cannot be nil.')
77
+ end
78
+
71
79
  invalid_properties
72
80
  end
73
81
 
74
82
  # Check to see if the all the properties in the model are valid
75
83
  # @return true if the model is valid
76
84
  def valid?
85
+ return false if @name.nil?
86
+ return false if @is_set.nil?
77
87
  true
78
88
  end
79
89
 
@@ -11,5 +11,5 @@ OpenAPI Generator version: 4.3.1
11
11
  =end
12
12
 
13
13
  module PulpFileClient
14
- VERSION = '3.46.0'
14
+ VERSION = '3.47.0'
15
15
  end
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: 3.46.0
4
+ version: 3.47.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-02-13 00:00:00.000000000 Z
11
+ date: 2024-02-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday