pulp_file_client 3.45.2 → 3.47.0

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: 556f374d3a248e1cdb1a9e61f85a5883cd15bd68ba77283da2db1352d3edcc5c
4
- data.tar.gz: 77dd89d92d94b13c1a03bd33a925770f45a25d8adad1c87096a9b20c00604366
3
+ metadata.gz: 27c01de3f8d53bf2cf6eeac65122b28c5d2a99f51995c841f21c152374bfeebf
4
+ data.tar.gz: 4ab5b2d80c1c4509735e0e6dc37e46a9903302bc0ac6f6115beb7f7980174b93
5
5
  SHA512:
6
- metadata.gz: 51b729cde3f08f5b1665eeae7a5b9afc43cdb497bbbe20ce39f7154d1bde932d78f4801015e25238252231d00dabbd7572ac670bf8c08e3771841e3cf30dfa8a
7
- data.tar.gz: de49887490e2d0b7dce1c446d82b578f871d5df4aceb65e14d063d683e5eed2c96000dca346c497d8b1877dcb6b6ce6e35a456775c5fbe595d286c9ecc934dc4
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.45.2
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.45.2.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.45.2.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.45.2'
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.45.2'
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.45.2
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