pulp_certguard_client 1.0.3 → 1.1.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: e22e2d15093642254d3dc303ceb8164d232cd7f35facf45617631fc42d6567f3
4
- data.tar.gz: c121965fe6fc92247097f6bf31fba98839c39e8dfa9f30a4cc12a122783f1c5d
3
+ metadata.gz: f643dedfe2a934c554f0caf57246ed6332dac2497dbafa054de29bde732b9565
4
+ data.tar.gz: c9abf3e6f82875d5dd0ac29576a4dadfd98d5ea56f54e57cd330b1e09bb6c294
5
5
  SHA512:
6
- metadata.gz: 2acf08ed4fde2fdbf4d2a9c341134ac75fd315e30cb3c8294e6a92a245729e724ca8eb03240bcddd8f61a7169cc2bb30a9fd8472b5bbaef680e0b32abe53b827
7
- data.tar.gz: 0c2fbd0ec8fbc82226dd0f8a632f3ed25bd9647945d486f609bf662fa6647e5a8c9be961cfca3fb3f80459980206bdb677473c1a5a9077b14f04425cac6a7536
6
+ metadata.gz: 2e29e77e60275289c8dfb62c7e8b72be55775131aa1365f9039159a9ce71e0e348d38b6261b317d240ea7a0e9d123f9f7b9a04344b02053622edc742dc1d658b
7
+ data.tar.gz: 5718aa225cf0422fd1fd6e7d82eb3f296aa401c4b1aa9a4d416cafddf6841c00f06f13def051c1bb2aea660299a6cd142076374e03cf3e79a4e5b4d537e5d121
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: 1.0.3
10
+ - Package version: 1.1.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-1.0.3.gem
27
+ gem install ./pulp_certguard_client-1.1.0.gem
28
28
  ```
29
29
 
30
- (for development, run `gem install --dev ./pulp_certguard_client-1.0.3.gem` to install the development dependencies)
30
+ (for development, run `gem install --dev ./pulp_certguard_client-1.1.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', '~> 1.0.3'
36
+ gem 'pulp_certguard_client', '~> 1.1.0'
37
37
 
38
38
  ### Install from Git
39
39
 
@@ -103,8 +103,8 @@ Class | Method | HTTP request | Description
103
103
  - [PulpCertguardClient::CertguardRHSMCertGuardResponse](docs/CertguardRHSMCertGuardResponse.md)
104
104
  - [PulpCertguardClient::CertguardX509CertGuard](docs/CertguardX509CertGuard.md)
105
105
  - [PulpCertguardClient::CertguardX509CertGuardResponse](docs/CertguardX509CertGuardResponse.md)
106
- - [PulpCertguardClient::InlineResponse200](docs/InlineResponse200.md)
107
- - [PulpCertguardClient::InlineResponse2001](docs/InlineResponse2001.md)
106
+ - [PulpCertguardClient::PaginatedcertguardRHSMCertGuardResponseList](docs/PaginatedcertguardRHSMCertGuardResponseList.md)
107
+ - [PulpCertguardClient::PaginatedcertguardX509CertGuardResponseList](docs/PaginatedcertguardX509CertGuardResponseList.md)
108
108
  - [PulpCertguardClient::PatchedcertguardRHSMCertGuard](docs/PatchedcertguardRHSMCertGuard.md)
109
109
  - [PulpCertguardClient::PatchedcertguardX509CertGuard](docs/PatchedcertguardX509CertGuard.md)
110
110
 
@@ -120,7 +120,7 @@ nil (empty response body)
120
120
 
121
121
  ## list
122
122
 
123
- > InlineResponse200 list(opts)
123
+ > PaginatedcertguardRHSMCertGuardResponseList list(opts)
124
124
 
125
125
  List rhsm cert guards
126
126
 
@@ -173,7 +173,7 @@ Name | Type | Description | Notes
173
173
 
174
174
  ### Return type
175
175
 
176
- [**InlineResponse200**](InlineResponse200.md)
176
+ [**PaginatedcertguardRHSMCertGuardResponseList**](PaginatedcertguardRHSMCertGuardResponseList.md)
177
177
 
178
178
  ### Authorization
179
179
 
@@ -120,7 +120,7 @@ nil (empty response body)
120
120
 
121
121
  ## list
122
122
 
123
- > InlineResponse2001 list(opts)
123
+ > PaginatedcertguardX509CertGuardResponseList list(opts)
124
124
 
125
125
  List x509 cert guards
126
126
 
@@ -173,7 +173,7 @@ Name | Type | Description | Notes
173
173
 
174
174
  ### Return type
175
175
 
176
- [**InlineResponse2001**](InlineResponse2001.md)
176
+ [**PaginatedcertguardX509CertGuardResponseList**](PaginatedcertguardX509CertGuardResponseList.md)
177
177
 
178
178
  ### Authorization
179
179
 
@@ -1,4 +1,4 @@
1
- # PulpCertguardClient::InlineResponse200
1
+ # PulpCertguardClient::PaginatedcertguardRHSMCertGuardResponseList
2
2
 
3
3
  ## Properties
4
4
 
@@ -14,9 +14,9 @@ Name | Type | Description | Notes
14
14
  ```ruby
15
15
  require 'PulpCertguardClient'
16
16
 
17
- instance = PulpCertguardClient::InlineResponse200.new(count: 123,
18
- _next: null,
19
- previous: null,
17
+ instance = PulpCertguardClient::PaginatedcertguardRHSMCertGuardResponseList.new(count: 123,
18
+ _next: http://api.example.org/accounts/?offset=400&limit=100,
19
+ previous: http://api.example.org/accounts/?offset=200&limit=100,
20
20
  results: null)
21
21
  ```
22
22
 
@@ -1,4 +1,4 @@
1
- # PulpCertguardClient::InlineResponse2001
1
+ # PulpCertguardClient::PaginatedcertguardX509CertGuardResponseList
2
2
 
3
3
  ## Properties
4
4
 
@@ -14,9 +14,9 @@ Name | Type | Description | Notes
14
14
  ```ruby
15
15
  require 'PulpCertguardClient'
16
16
 
17
- instance = PulpCertguardClient::InlineResponse2001.new(count: 123,
18
- _next: null,
19
- previous: null,
17
+ instance = PulpCertguardClient::PaginatedcertguardX509CertGuardResponseList.new(count: 123,
18
+ _next: http://api.example.org/accounts/?offset=400&limit=100,
19
+ previous: http://api.example.org/accounts/?offset=200&limit=100,
20
20
  results: null)
21
21
  ```
22
22
 
@@ -153,7 +153,7 @@ module PulpCertguardClient
153
153
  # @option opts [String] :ordering Which field to use when ordering the results.
154
154
  # @option opts [String] :fields A list of fields to include in the response.
155
155
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
156
- # @return [InlineResponse200]
156
+ # @return [PaginatedcertguardRHSMCertGuardResponseList]
157
157
  def list(opts = {})
158
158
  data, _status_code, _headers = list_with_http_info(opts)
159
159
  data
@@ -169,7 +169,7 @@ module PulpCertguardClient
169
169
  # @option opts [String] :ordering Which field to use when ordering the results.
170
170
  # @option opts [String] :fields A list of fields to include in the response.
171
171
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
172
- # @return [Array<(InlineResponse200, Integer, Hash)>] InlineResponse200 data, response status code and response headers
172
+ # @return [Array<(PaginatedcertguardRHSMCertGuardResponseList, Integer, Hash)>] PaginatedcertguardRHSMCertGuardResponseList data, response status code and response headers
173
173
  def list_with_http_info(opts = {})
174
174
  if @api_client.config.debugging
175
175
  @api_client.config.logger.debug 'Calling API: ContentguardsRhsmApi.list ...'
@@ -199,7 +199,7 @@ module PulpCertguardClient
199
199
  post_body = opts[:body]
200
200
 
201
201
  # return_type
202
- return_type = opts[:return_type] || 'InlineResponse200'
202
+ return_type = opts[:return_type] || 'PaginatedcertguardRHSMCertGuardResponseList'
203
203
 
204
204
  # auth_names
205
205
  auth_names = opts[:auth_names] || ['basicAuth']
@@ -153,7 +153,7 @@ module PulpCertguardClient
153
153
  # @option opts [String] :ordering Which field to use when ordering the results.
154
154
  # @option opts [String] :fields A list of fields to include in the response.
155
155
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
156
- # @return [InlineResponse2001]
156
+ # @return [PaginatedcertguardX509CertGuardResponseList]
157
157
  def list(opts = {})
158
158
  data, _status_code, _headers = list_with_http_info(opts)
159
159
  data
@@ -169,7 +169,7 @@ module PulpCertguardClient
169
169
  # @option opts [String] :ordering Which field to use when ordering the results.
170
170
  # @option opts [String] :fields A list of fields to include in the response.
171
171
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
172
- # @return [Array<(InlineResponse2001, Integer, Hash)>] InlineResponse2001 data, response status code and response headers
172
+ # @return [Array<(PaginatedcertguardX509CertGuardResponseList, Integer, Hash)>] PaginatedcertguardX509CertGuardResponseList data, response status code and response headers
173
173
  def list_with_http_info(opts = {})
174
174
  if @api_client.config.debugging
175
175
  @api_client.config.logger.debug 'Calling API: ContentguardsX509Api.list ...'
@@ -199,7 +199,7 @@ module PulpCertguardClient
199
199
  post_body = opts[:body]
200
200
 
201
201
  # return_type
202
- return_type = opts[:return_type] || 'InlineResponse2001'
202
+ return_type = opts[:return_type] || 'PaginatedcertguardX509CertGuardResponseList'
203
203
 
204
204
  # auth_names
205
205
  auth_names = opts[:auth_names] || ['basicAuth']
@@ -13,7 +13,7 @@ OpenAPI Generator version: 4.2.3
13
13
  require 'date'
14
14
 
15
15
  module PulpCertguardClient
16
- class InlineResponse200
16
+ class PaginatedcertguardRHSMCertGuardResponseList
17
17
  attr_accessor :count
18
18
 
19
19
  attr_accessor :_next
@@ -54,13 +54,13 @@ module PulpCertguardClient
54
54
  # @param [Hash] attributes Model attributes in the form of hash
55
55
  def initialize(attributes = {})
56
56
  if (!attributes.is_a?(Hash))
57
- fail ArgumentError, "The input argument (attributes) must be a hash in `PulpCertguardClient::InlineResponse200` initialize method"
57
+ fail ArgumentError, "The input argument (attributes) must be a hash in `PulpCertguardClient::PaginatedcertguardRHSMCertGuardResponseList` initialize method"
58
58
  end
59
59
 
60
60
  # check to see if the attribute exists and convert string to symbol for hash key
61
61
  attributes = attributes.each_with_object({}) { |(k, v), h|
62
62
  if (!self.class.attribute_map.key?(k.to_sym))
63
- fail ArgumentError, "`#{k}` is not a valid attribute in `PulpCertguardClient::InlineResponse200`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
63
+ fail ArgumentError, "`#{k}` is not a valid attribute in `PulpCertguardClient::PaginatedcertguardRHSMCertGuardResponseList`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
64
64
  end
65
65
  h[k.to_sym] = v
66
66
  }
@@ -13,7 +13,7 @@ OpenAPI Generator version: 4.2.3
13
13
  require 'date'
14
14
 
15
15
  module PulpCertguardClient
16
- class InlineResponse2001
16
+ class PaginatedcertguardX509CertGuardResponseList
17
17
  attr_accessor :count
18
18
 
19
19
  attr_accessor :_next
@@ -54,13 +54,13 @@ module PulpCertguardClient
54
54
  # @param [Hash] attributes Model attributes in the form of hash
55
55
  def initialize(attributes = {})
56
56
  if (!attributes.is_a?(Hash))
57
- fail ArgumentError, "The input argument (attributes) must be a hash in `PulpCertguardClient::InlineResponse2001` initialize method"
57
+ fail ArgumentError, "The input argument (attributes) must be a hash in `PulpCertguardClient::PaginatedcertguardX509CertGuardResponseList` initialize method"
58
58
  end
59
59
 
60
60
  # check to see if the attribute exists and convert string to symbol for hash key
61
61
  attributes = attributes.each_with_object({}) { |(k, v), h|
62
62
  if (!self.class.attribute_map.key?(k.to_sym))
63
- fail ArgumentError, "`#{k}` is not a valid attribute in `PulpCertguardClient::InlineResponse2001`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
63
+ fail ArgumentError, "`#{k}` is not a valid attribute in `PulpCertguardClient::PaginatedcertguardX509CertGuardResponseList`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
64
64
  end
65
65
  h[k.to_sym] = v
66
66
  }
@@ -11,5 +11,5 @@ OpenAPI Generator version: 4.2.3
11
11
  =end
12
12
 
13
13
  module PulpCertguardClient
14
- VERSION = '1.0.3'
14
+ VERSION = '1.1.0'
15
15
  end
@@ -21,8 +21,8 @@ require 'pulp_certguard_client/models/certguard_rhsm_cert_guard'
21
21
  require 'pulp_certguard_client/models/certguard_rhsm_cert_guard_response'
22
22
  require 'pulp_certguard_client/models/certguard_x509_cert_guard'
23
23
  require 'pulp_certguard_client/models/certguard_x509_cert_guard_response'
24
- require 'pulp_certguard_client/models/inline_response200'
25
- require 'pulp_certguard_client/models/inline_response2001'
24
+ require 'pulp_certguard_client/models/paginatedcertguard_rhsm_cert_guard_response_list'
25
+ require 'pulp_certguard_client/models/paginatedcertguard_x509_cert_guard_response_list'
26
26
  require 'pulp_certguard_client/models/patchedcertguard_rhsm_cert_guard'
27
27
  require 'pulp_certguard_client/models/patchedcertguard_x509_cert_guard'
28
28
 
@@ -67,7 +67,7 @@ describe 'ContentguardsRhsmApi' do
67
67
  # @option opts [String] :ordering Which field to use when ordering the results.
68
68
  # @option opts [String] :fields A list of fields to include in the response.
69
69
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
70
- # @return [InlineResponse200]
70
+ # @return [PaginatedcertguardRHSMCertGuardResponseList]
71
71
  describe 'list test' do
72
72
  it 'should work' do
73
73
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -67,7 +67,7 @@ describe 'ContentguardsX509Api' do
67
67
  # @option opts [String] :ordering Which field to use when ordering the results.
68
68
  # @option opts [String] :fields A list of fields to include in the response.
69
69
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
70
- # @return [InlineResponse2001]
70
+ # @return [PaginatedcertguardX509CertGuardResponseList]
71
71
  describe 'list test' do
72
72
  it 'should work' do
73
73
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -14,22 +14,22 @@ require 'spec_helper'
14
14
  require 'json'
15
15
  require 'date'
16
16
 
17
- # Unit tests for PulpCertguardClient::InlineResponse2001
17
+ # Unit tests for PulpCertguardClient::PaginatedcertguardRHSMCertGuardResponseList
18
18
  # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
19
  # Please update as you see appropriate
20
- describe 'InlineResponse2001' do
20
+ describe 'PaginatedcertguardRHSMCertGuardResponseList' do
21
21
  before do
22
22
  # run before each test
23
- @instance = PulpCertguardClient::InlineResponse2001.new
23
+ @instance = PulpCertguardClient::PaginatedcertguardRHSMCertGuardResponseList.new
24
24
  end
25
25
 
26
26
  after do
27
27
  # run after each test
28
28
  end
29
29
 
30
- describe 'test an instance of InlineResponse2001' do
31
- it 'should create an instance of InlineResponse2001' do
32
- expect(@instance).to be_instance_of(PulpCertguardClient::InlineResponse2001)
30
+ describe 'test an instance of PaginatedcertguardRHSMCertGuardResponseList' do
31
+ it 'should create an instance of PaginatedcertguardRHSMCertGuardResponseList' do
32
+ expect(@instance).to be_instance_of(PulpCertguardClient::PaginatedcertguardRHSMCertGuardResponseList)
33
33
  end
34
34
  end
35
35
  describe 'test attribute "count"' do
@@ -14,22 +14,22 @@ require 'spec_helper'
14
14
  require 'json'
15
15
  require 'date'
16
16
 
17
- # Unit tests for PulpCertguardClient::InlineResponse200
17
+ # Unit tests for PulpCertguardClient::PaginatedcertguardX509CertGuardResponseList
18
18
  # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
19
  # Please update as you see appropriate
20
- describe 'InlineResponse200' do
20
+ describe 'PaginatedcertguardX509CertGuardResponseList' do
21
21
  before do
22
22
  # run before each test
23
- @instance = PulpCertguardClient::InlineResponse200.new
23
+ @instance = PulpCertguardClient::PaginatedcertguardX509CertGuardResponseList.new
24
24
  end
25
25
 
26
26
  after do
27
27
  # run after each test
28
28
  end
29
29
 
30
- describe 'test an instance of InlineResponse200' do
31
- it 'should create an instance of InlineResponse200' do
32
- expect(@instance).to be_instance_of(PulpCertguardClient::InlineResponse200)
30
+ describe 'test an instance of PaginatedcertguardX509CertGuardResponseList' do
31
+ it 'should create an instance of PaginatedcertguardX509CertGuardResponseList' do
32
+ expect(@instance).to be_instance_of(PulpCertguardClient::PaginatedcertguardX509CertGuardResponseList)
33
33
  end
34
34
  end
35
35
  describe 'test attribute "count"' do
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: 1.0.3
4
+ version: 1.1.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: 2020-09-25 00:00:00.000000000 Z
11
+ date: 2020-12-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday
@@ -80,8 +80,8 @@ files:
80
80
  - docs/CertguardX509CertGuardResponse.md
81
81
  - docs/ContentguardsRhsmApi.md
82
82
  - docs/ContentguardsX509Api.md
83
- - docs/InlineResponse200.md
84
- - docs/InlineResponse2001.md
83
+ - docs/PaginatedcertguardRHSMCertGuardResponseList.md
84
+ - docs/PaginatedcertguardX509CertGuardResponseList.md
85
85
  - docs/PatchedcertguardRHSMCertGuard.md
86
86
  - docs/PatchedcertguardX509CertGuard.md
87
87
  - git_push.sh
@@ -95,8 +95,8 @@ files:
95
95
  - lib/pulp_certguard_client/models/certguard_rhsm_cert_guard_response.rb
96
96
  - lib/pulp_certguard_client/models/certguard_x509_cert_guard.rb
97
97
  - lib/pulp_certguard_client/models/certguard_x509_cert_guard_response.rb
98
- - lib/pulp_certguard_client/models/inline_response200.rb
99
- - lib/pulp_certguard_client/models/inline_response2001.rb
98
+ - lib/pulp_certguard_client/models/paginatedcertguard_rhsm_cert_guard_response_list.rb
99
+ - lib/pulp_certguard_client/models/paginatedcertguard_x509_cert_guard_response_list.rb
100
100
  - lib/pulp_certguard_client/models/patchedcertguard_rhsm_cert_guard.rb
101
101
  - lib/pulp_certguard_client/models/patchedcertguard_x509_cert_guard.rb
102
102
  - lib/pulp_certguard_client/version.rb
@@ -109,8 +109,8 @@ files:
109
109
  - spec/models/certguard_rhsm_cert_guard_spec.rb
110
110
  - spec/models/certguard_x509_cert_guard_response_spec.rb
111
111
  - spec/models/certguard_x509_cert_guard_spec.rb
112
- - spec/models/inline_response2001_spec.rb
113
- - spec/models/inline_response200_spec.rb
112
+ - spec/models/paginatedcertguard_rhsm_cert_guard_response_list_spec.rb
113
+ - spec/models/paginatedcertguard_x509_cert_guard_response_list_spec.rb
114
114
  - spec/models/patchedcertguard_rhsm_cert_guard_spec.rb
115
115
  - spec/models/patchedcertguard_x509_cert_guard_spec.rb
116
116
  - spec/spec_helper.rb
@@ -133,7 +133,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
133
133
  - !ruby/object:Gem::Version
134
134
  version: '0'
135
135
  requirements: []
136
- rubygems_version: 3.0.6
136
+ rubygems_version: 3.0.3
137
137
  signing_key:
138
138
  specification_version: 4
139
139
  summary: Pulp 3 API Ruby Gem
@@ -142,12 +142,12 @@ test_files:
142
142
  - spec/api/contentguards_x509_api_spec.rb
143
143
  - spec/api_client_spec.rb
144
144
  - spec/configuration_spec.rb
145
+ - spec/models/certguard_rhsm_cert_guard_response_spec.rb
146
+ - spec/models/paginatedcertguard_x509_cert_guard_response_list_spec.rb
147
+ - spec/models/certguard_rhsm_cert_guard_spec.rb
148
+ - spec/models/patchedcertguard_rhsm_cert_guard_spec.rb
145
149
  - spec/models/certguard_x509_cert_guard_response_spec.rb
146
- - spec/models/patchedcertguard_x509_cert_guard_spec.rb
147
150
  - spec/models/certguard_x509_cert_guard_spec.rb
148
- - spec/models/patchedcertguard_rhsm_cert_guard_spec.rb
149
- - spec/models/certguard_rhsm_cert_guard_spec.rb
150
- - spec/models/certguard_rhsm_cert_guard_response_spec.rb
151
- - spec/models/inline_response2001_spec.rb
152
- - spec/models/inline_response200_spec.rb
151
+ - spec/models/patchedcertguard_x509_cert_guard_spec.rb
152
+ - spec/models/paginatedcertguard_rhsm_cert_guard_response_list_spec.rb
153
153
  - spec/spec_helper.rb