autosde_openapi_client 2.0.3 → 2.0.4
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 +4 -4
- data/README.md +0 -6
- data/lib/autosde_openapi_client/version.rb +2 -2
- data/lib/autosde_openapi_client.rb +0 -3
- metadata +81 -93
- data/docs/VolumeSafeDelete.md +0 -22
- data/docs/VolumeSafeDeleteApi.md +0 -276
- data/docs/VolumeSafeDeleteCreate.md +0 -18
- data/lib/autosde_openapi_client/api/volume_safe_delete_api.rb +0 -254
- data/lib/autosde_openapi_client/models/volume_safe_delete.rb +0 -239
- data/lib/autosde_openapi_client/models/volume_safe_delete_create.rb +0 -219
- data/spec/api/volume_safe_delete_api_spec.rb +0 -74
- data/spec/models/volume_safe_delete_create_spec.rb +0 -34
- data/spec/models/volume_safe_delete_spec.rb +0 -46
@@ -1,74 +0,0 @@
|
|
1
|
-
=begin
|
2
|
-
#Site Manager API
|
3
|
-
|
4
|
-
#Site Manager API
|
5
|
-
|
6
|
-
The version of the OpenAPI document: 1.0.0
|
7
|
-
Contact: autosde@il.ibm.com
|
8
|
-
Generated by: https://openapi-generator.tech
|
9
|
-
OpenAPI Generator version: 5.0.0
|
10
|
-
|
11
|
-
=end
|
12
|
-
|
13
|
-
require 'spec_helper'
|
14
|
-
require 'json'
|
15
|
-
|
16
|
-
# Unit tests for AutosdeOpenapiClient::VolumeSafeDeleteApi
|
17
|
-
# Automatically generated by openapi-generator (https://openapi-generator.tech)
|
18
|
-
# Please update as you see appropriate
|
19
|
-
describe 'VolumeSafeDeleteApi' do
|
20
|
-
before do
|
21
|
-
# run before each test
|
22
|
-
@api_instance = AutosdeOpenapiClient::VolumeSafeDeleteApi.new
|
23
|
-
end
|
24
|
-
|
25
|
-
after do
|
26
|
-
# run after each test
|
27
|
-
end
|
28
|
-
|
29
|
-
describe 'test an instance of VolumeSafeDeleteApi' do
|
30
|
-
it 'should create an instance of VolumeSafeDeleteApi' do
|
31
|
-
expect(@api_instance).to be_instance_of(AutosdeOpenapiClient::VolumeSafeDeleteApi)
|
32
|
-
end
|
33
|
-
end
|
34
|
-
|
35
|
-
# unit tests for safe_deletes_get
|
36
|
-
# @param [Hash] opts the optional parameters
|
37
|
-
# @return [Array<VolumeSafeDelete>]
|
38
|
-
describe 'safe_deletes_get test' do
|
39
|
-
it 'should work' do
|
40
|
-
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
41
|
-
end
|
42
|
-
end
|
43
|
-
|
44
|
-
# unit tests for safe_deletes_pk_delete
|
45
|
-
# @param pk
|
46
|
-
# @param [Hash] opts the optional parameters
|
47
|
-
# @return [VolumeSafeDelete]
|
48
|
-
describe 'safe_deletes_pk_delete test' do
|
49
|
-
it 'should work' do
|
50
|
-
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
51
|
-
end
|
52
|
-
end
|
53
|
-
|
54
|
-
# unit tests for safe_deletes_pk_get
|
55
|
-
# @param pk
|
56
|
-
# @param [Hash] opts the optional parameters
|
57
|
-
# @return [VolumeSafeDelete]
|
58
|
-
describe 'safe_deletes_pk_get test' do
|
59
|
-
it 'should work' do
|
60
|
-
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
61
|
-
end
|
62
|
-
end
|
63
|
-
|
64
|
-
# unit tests for safe_deletes_post
|
65
|
-
# @param volume_safe_delete_create
|
66
|
-
# @param [Hash] opts the optional parameters
|
67
|
-
# @return [VolumeSafeDelete]
|
68
|
-
describe 'safe_deletes_post test' do
|
69
|
-
it 'should work' do
|
70
|
-
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
71
|
-
end
|
72
|
-
end
|
73
|
-
|
74
|
-
end
|
@@ -1,34 +0,0 @@
|
|
1
|
-
=begin
|
2
|
-
#Site Manager API
|
3
|
-
|
4
|
-
#Site Manager API
|
5
|
-
|
6
|
-
The version of the OpenAPI document: 1.0.0
|
7
|
-
Contact: autosde@il.ibm.com
|
8
|
-
Generated by: https://openapi-generator.tech
|
9
|
-
OpenAPI Generator version: 5.0.0
|
10
|
-
|
11
|
-
=end
|
12
|
-
|
13
|
-
require 'spec_helper'
|
14
|
-
require 'json'
|
15
|
-
require 'date'
|
16
|
-
|
17
|
-
# Unit tests for AutosdeOpenapiClient::VolumeSafeDeleteCreate
|
18
|
-
# Automatically generated by openapi-generator (https://openapi-generator.tech)
|
19
|
-
# Please update as you see appropriate
|
20
|
-
describe AutosdeOpenapiClient::VolumeSafeDeleteCreate do
|
21
|
-
let(:instance) { AutosdeOpenapiClient::VolumeSafeDeleteCreate.new }
|
22
|
-
|
23
|
-
describe 'test an instance of VolumeSafeDeleteCreate' do
|
24
|
-
it 'should create an instance of VolumeSafeDeleteCreate' do
|
25
|
-
expect(instance).to be_instance_of(AutosdeOpenapiClient::VolumeSafeDeleteCreate)
|
26
|
-
end
|
27
|
-
end
|
28
|
-
describe 'test attribute "volume"' do
|
29
|
-
it 'should work' do
|
30
|
-
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
31
|
-
end
|
32
|
-
end
|
33
|
-
|
34
|
-
end
|
@@ -1,46 +0,0 @@
|
|
1
|
-
=begin
|
2
|
-
#Site Manager API
|
3
|
-
|
4
|
-
#Site Manager API
|
5
|
-
|
6
|
-
The version of the OpenAPI document: 1.0.0
|
7
|
-
Contact: autosde@il.ibm.com
|
8
|
-
Generated by: https://openapi-generator.tech
|
9
|
-
OpenAPI Generator version: 5.0.0
|
10
|
-
|
11
|
-
=end
|
12
|
-
|
13
|
-
require 'spec_helper'
|
14
|
-
require 'json'
|
15
|
-
require 'date'
|
16
|
-
|
17
|
-
# Unit tests for AutosdeOpenapiClient::VolumeSafeDelete
|
18
|
-
# Automatically generated by openapi-generator (https://openapi-generator.tech)
|
19
|
-
# Please update as you see appropriate
|
20
|
-
describe AutosdeOpenapiClient::VolumeSafeDelete do
|
21
|
-
let(:instance) { AutosdeOpenapiClient::VolumeSafeDelete.new }
|
22
|
-
|
23
|
-
describe 'test an instance of VolumeSafeDelete' do
|
24
|
-
it 'should create an instance of VolumeSafeDelete' do
|
25
|
-
expect(instance).to be_instance_of(AutosdeOpenapiClient::VolumeSafeDelete)
|
26
|
-
end
|
27
|
-
end
|
28
|
-
describe 'test attribute "task_id"' do
|
29
|
-
it 'should work' do
|
30
|
-
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
31
|
-
end
|
32
|
-
end
|
33
|
-
|
34
|
-
describe 'test attribute "uuid"' do
|
35
|
-
it 'should work' do
|
36
|
-
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
37
|
-
end
|
38
|
-
end
|
39
|
-
|
40
|
-
describe 'test attribute "volume"' do
|
41
|
-
it 'should work' do
|
42
|
-
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
43
|
-
end
|
44
|
-
end
|
45
|
-
|
46
|
-
end
|