pulpcore_client 3.23.5 → 3.23.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: 4f0f10c29837214f7c0e3f6ec52c77e072474f928e48fc285ee3235f821506cc
4
- data.tar.gz: 0b2cc1ae2a1b3267982d69999b0c1067d725ab14330d63205d4fea094fc26b3b
3
+ metadata.gz: ce1208837b820c53778a64a6ac610f2229ef621b31f924bd25d249e8acd2f0b2
4
+ data.tar.gz: af18d6903b4397064dca23871b3e50d9205d4425b5bb96b12a779f7b6ed2d0d3
5
5
  SHA512:
6
- metadata.gz: e5fb5f2c614c844c38c732792654830b580ebea258583b566eafc4e76eb572681ad0a57446d70eff4ba92429a1855e8311df00b6822cc9e8e4f7391b7a204965
7
- data.tar.gz: 6e5ad0d38cca25059563c5fde8d54e2e79d5c54073f977fe99ceef72eb7cd5c3e8a5f9686df05b0d4f67d730f2f3b9fb22af76520406803dc00e1b70f0797a9b
6
+ metadata.gz: b57f2c0cfd65fd5cf579e366674fbb63484047c7f2a900e25ca39e12bfb77144606a95fdbf0c5582591d876f6771a72f71ba15fb2ca168d5a1d928d1b3087416
7
+ data.tar.gz: 636e2e9b415b865551aeb56f7cf150da1ae3304d5b20c38c5297e87b681b9edafe7f24868da89364ef4e14e1fa8d83467536570b178b5a0ef22731a8ed4e32d7
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.23.5
10
+ - Package version: 3.23.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 pulpcore_client.gemspec
24
24
  Then either install the gem locally:
25
25
 
26
26
  ```shell
27
- gem install ./pulpcore_client-3.23.5.gem
27
+ gem install ./pulpcore_client-3.23.6.gem
28
28
  ```
29
29
 
30
- (for development, run `gem install --dev ./pulpcore_client-3.23.5.gem` to install the development dependencies)
30
+ (for development, run `gem install --dev ./pulpcore_client-3.23.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 'pulpcore_client', '~> 3.23.5'
36
+ gem 'pulpcore_client', '~> 3.23.6'
37
37
 
38
38
  ### Install from Git
39
39
 
@@ -6,11 +6,11 @@ Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
7
  **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
8
8
  **name** | **String** | A unique name. Ex, `rawhide` and `stable`. |
9
- **content_guard** | **String** | An optional content-guard. | [optional]
10
9
  **base_path** | **String** | The base (relative) path component of the published url. Avoid paths that overlap with other distribution base paths (e.g. \"foo\" and \"foo/bar\") |
10
+ **content_guard** | **String** | An optional content-guard. | [optional]
11
+ **pulp_href** | **String** | | [optional] [readonly]
11
12
  **pulp_labels** | **Hash<String, String>** | | [optional]
12
13
  **base_url** | **String** | The URL for accessing the publication as defined by this distribution. | [optional] [readonly]
13
- **pulp_href** | **String** | | [optional] [readonly]
14
14
 
15
15
  ## Code Sample
16
16
 
@@ -19,11 +19,11 @@ require 'PulpcoreClient'
19
19
 
20
20
  instance = PulpcoreClient::ArtifactDistributionResponse.new(pulp_created: null,
21
21
  name: null,
22
- content_guard: null,
23
22
  base_path: null,
23
+ content_guard: null,
24
+ pulp_href: null,
24
25
  pulp_labels: null,
25
- base_url: null,
26
- pulp_href: null)
26
+ base_url: null)
27
27
  ```
28
28
 
29
29
 
@@ -21,29 +21,29 @@ module PulpcoreClient
21
21
  # A unique name. Ex, `rawhide` and `stable`.
22
22
  attr_accessor :name
23
23
 
24
+ # The base (relative) path component of the published url. Avoid paths that overlap with other distribution base paths (e.g. \"foo\" and \"foo/bar\")
25
+ attr_accessor :base_path
26
+
24
27
  # An optional content-guard.
25
28
  attr_accessor :content_guard
26
29
 
27
- # The base (relative) path component of the published url. Avoid paths that overlap with other distribution base paths (e.g. \"foo\" and \"foo/bar\")
28
- attr_accessor :base_path
30
+ attr_accessor :pulp_href
29
31
 
30
32
  attr_accessor :pulp_labels
31
33
 
32
34
  # The URL for accessing the publication as defined by this distribution.
33
35
  attr_accessor :base_url
34
36
 
35
- attr_accessor :pulp_href
36
-
37
37
  # Attribute mapping from ruby-style variable name to JSON key.
38
38
  def self.attribute_map
39
39
  {
40
40
  :'pulp_created' => :'pulp_created',
41
41
  :'name' => :'name',
42
- :'content_guard' => :'content_guard',
43
42
  :'base_path' => :'base_path',
43
+ :'content_guard' => :'content_guard',
44
+ :'pulp_href' => :'pulp_href',
44
45
  :'pulp_labels' => :'pulp_labels',
45
- :'base_url' => :'base_url',
46
- :'pulp_href' => :'pulp_href'
46
+ :'base_url' => :'base_url'
47
47
  }
48
48
  end
49
49
 
@@ -52,11 +52,11 @@ module PulpcoreClient
52
52
  {
53
53
  :'pulp_created' => :'DateTime',
54
54
  :'name' => :'String',
55
- :'content_guard' => :'String',
56
55
  :'base_path' => :'String',
56
+ :'content_guard' => :'String',
57
+ :'pulp_href' => :'String',
57
58
  :'pulp_labels' => :'Hash<String, String>',
58
- :'base_url' => :'String',
59
- :'pulp_href' => :'String'
59
+ :'base_url' => :'String'
60
60
  }
61
61
  end
62
62
 
@@ -90,12 +90,16 @@ module PulpcoreClient
90
90
  self.name = attributes[:'name']
91
91
  end
92
92
 
93
+ if attributes.key?(:'base_path')
94
+ self.base_path = attributes[:'base_path']
95
+ end
96
+
93
97
  if attributes.key?(:'content_guard')
94
98
  self.content_guard = attributes[:'content_guard']
95
99
  end
96
100
 
97
- if attributes.key?(:'base_path')
98
- self.base_path = attributes[:'base_path']
101
+ if attributes.key?(:'pulp_href')
102
+ self.pulp_href = attributes[:'pulp_href']
99
103
  end
100
104
 
101
105
  if attributes.key?(:'pulp_labels')
@@ -107,10 +111,6 @@ module PulpcoreClient
107
111
  if attributes.key?(:'base_url')
108
112
  self.base_url = attributes[:'base_url']
109
113
  end
110
-
111
- if attributes.key?(:'pulp_href')
112
- self.pulp_href = attributes[:'pulp_href']
113
- end
114
114
  end
115
115
 
116
116
  # Show invalid properties with the reasons. Usually used together with valid?
@@ -143,11 +143,11 @@ module PulpcoreClient
143
143
  self.class == o.class &&
144
144
  pulp_created == o.pulp_created &&
145
145
  name == o.name &&
146
- content_guard == o.content_guard &&
147
146
  base_path == o.base_path &&
147
+ content_guard == o.content_guard &&
148
+ pulp_href == o.pulp_href &&
148
149
  pulp_labels == o.pulp_labels &&
149
- base_url == o.base_url &&
150
- pulp_href == o.pulp_href
150
+ base_url == o.base_url
151
151
  end
152
152
 
153
153
  # @see the `==` method
@@ -159,7 +159,7 @@ module PulpcoreClient
159
159
  # Calculates hash code according to all attributes.
160
160
  # @return [Integer] Hash code
161
161
  def hash
162
- [pulp_created, name, content_guard, base_path, pulp_labels, base_url, pulp_href].hash
162
+ [pulp_created, name, base_path, content_guard, pulp_href, pulp_labels, base_url].hash
163
163
  end
164
164
 
165
165
  # Builds the object from hash
@@ -11,5 +11,5 @@ OpenAPI Generator version: 4.3.1
11
11
  =end
12
12
 
13
13
  module PulpcoreClient
14
- VERSION = '3.23.5'
14
+ VERSION = '3.23.6'
15
15
  end
@@ -44,31 +44,31 @@ describe 'ArtifactDistributionResponse' do
44
44
  end
45
45
  end
46
46
 
47
- describe 'test attribute "content_guard"' do
47
+ describe 'test attribute "base_path"' do
48
48
  it 'should work' do
49
49
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
50
50
  end
51
51
  end
52
52
 
53
- describe 'test attribute "base_path"' do
53
+ describe 'test attribute "content_guard"' do
54
54
  it 'should work' do
55
55
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
56
56
  end
57
57
  end
58
58
 
59
- describe 'test attribute "pulp_labels"' do
59
+ describe 'test attribute "pulp_href"' do
60
60
  it 'should work' do
61
61
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
62
62
  end
63
63
  end
64
64
 
65
- describe 'test attribute "base_url"' do
65
+ describe 'test attribute "pulp_labels"' do
66
66
  it 'should work' do
67
67
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
68
68
  end
69
69
  end
70
70
 
71
- describe 'test attribute "pulp_href"' do
71
+ describe 'test attribute "base_url"' do
72
72
  it 'should work' do
73
73
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
74
74
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pulpcore_client
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.23.5
4
+ version: 3.23.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: 2023-05-23 00:00:00.000000000 Z
11
+ date: 2023-05-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday