autosde_openapi_client 1.0.1 → 1.0.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (128) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +8 -8
  3. data/{openapi_client.gemspec → autosde_openapi_client.gemspec} +1 -1
  4. data/docs/AbstractCapabilityApi.md +4 -4
  5. data/docs/AccountApi.md +5 -5
  6. data/docs/AddressApi.md +4 -4
  7. data/docs/AuthenticationApi.md +1 -1
  8. data/docs/AutoSDEProjectApi.md +4 -4
  9. data/docs/AutoSDERoleApi.md +4 -4
  10. data/docs/CapabilityTranslationApi.md +4 -4
  11. data/docs/HostApi.md +4 -4
  12. data/docs/HostVolumeConnectionApi.md +4 -4
  13. data/docs/JobApi.md +2 -2
  14. data/docs/NativeCapabilityApi.md +4 -4
  15. data/docs/ProfileApi.md +4 -4
  16. data/docs/ProvisioningStrategyApi.md +4 -4
  17. data/docs/ServiceApi.md +5 -5
  18. data/docs/ServiceResourceAttachmentApi.md +4 -4
  19. data/docs/SnapshotApi.md +4 -4
  20. data/docs/StorageHostApi.md +5 -5
  21. data/docs/StorageHostVolumeMappingApi.md +4 -4
  22. data/docs/StorageResourceApi.md +5 -5
  23. data/docs/StorageSystemApi.md +4 -4
  24. data/docs/SystemTypeApi.md +4 -4
  25. data/docs/VolumeApi.md +5 -5
  26. data/docs/VolumeSafeDeleteApi.md +4 -4
  27. data/lib/autosde_openapi_client.rb +108 -0
  28. data/lib/{openapi_client → autosde_openapi_client}/api/abstract_capability_api.rb +0 -0
  29. data/lib/{openapi_client → autosde_openapi_client}/api/account_api.rb +0 -0
  30. data/lib/{openapi_client → autosde_openapi_client}/api/address_api.rb +0 -0
  31. data/lib/{openapi_client → autosde_openapi_client}/api/authentication_api.rb +0 -0
  32. data/lib/{openapi_client → autosde_openapi_client}/api/auto_sde_project_api.rb +0 -0
  33. data/lib/{openapi_client → autosde_openapi_client}/api/auto_sde_role_api.rb +0 -0
  34. data/lib/{openapi_client → autosde_openapi_client}/api/capability_translation_api.rb +0 -0
  35. data/lib/{openapi_client → autosde_openapi_client}/api/host_api.rb +0 -0
  36. data/lib/{openapi_client → autosde_openapi_client}/api/host_volume_connection_api.rb +0 -0
  37. data/lib/{openapi_client → autosde_openapi_client}/api/job_api.rb +0 -0
  38. data/lib/{openapi_client → autosde_openapi_client}/api/native_capability_api.rb +0 -0
  39. data/lib/{openapi_client → autosde_openapi_client}/api/profile_api.rb +0 -0
  40. data/lib/{openapi_client → autosde_openapi_client}/api/provisioning_strategy_api.rb +0 -0
  41. data/lib/{openapi_client → autosde_openapi_client}/api/service_api.rb +0 -0
  42. data/lib/{openapi_client → autosde_openapi_client}/api/service_resource_attachment_api.rb +0 -0
  43. data/lib/{openapi_client → autosde_openapi_client}/api/snapshot_api.rb +0 -0
  44. data/lib/{openapi_client → autosde_openapi_client}/api/storage_host_api.rb +0 -0
  45. data/lib/{openapi_client → autosde_openapi_client}/api/storage_host_volume_mapping_api.rb +0 -0
  46. data/lib/{openapi_client → autosde_openapi_client}/api/storage_resource_api.rb +0 -0
  47. data/lib/{openapi_client → autosde_openapi_client}/api/storage_system_api.rb +0 -0
  48. data/lib/{openapi_client → autosde_openapi_client}/api/system_type_api.rb +0 -0
  49. data/lib/{openapi_client → autosde_openapi_client}/api/volume_api.rb +0 -0
  50. data/lib/{openapi_client → autosde_openapi_client}/api/volume_safe_delete_api.rb +0 -0
  51. data/lib/{openapi_client → autosde_openapi_client}/api_client.rb +0 -0
  52. data/lib/{openapi_client → autosde_openapi_client}/api_error.rb +0 -0
  53. data/lib/{openapi_client → autosde_openapi_client}/configuration.rb +0 -0
  54. data/lib/{openapi_client → autosde_openapi_client}/models/abstract_capability.rb +0 -0
  55. data/lib/{openapi_client → autosde_openapi_client}/models/account.rb +0 -0
  56. data/lib/{openapi_client → autosde_openapi_client}/models/account_post_request.rb +0 -0
  57. data/lib/{openapi_client → autosde_openapi_client}/models/account_post_response.rb +0 -0
  58. data/lib/{openapi_client → autosde_openapi_client}/models/address.rb +0 -0
  59. data/lib/{openapi_client → autosde_openapi_client}/models/address_create.rb +0 -0
  60. data/lib/{openapi_client → autosde_openapi_client}/models/auth_response.rb +0 -0
  61. data/lib/{openapi_client → autosde_openapi_client}/models/authentication.rb +0 -0
  62. data/lib/{openapi_client → autosde_openapi_client}/models/auto_sde_project.rb +0 -0
  63. data/lib/{openapi_client → autosde_openapi_client}/models/auto_sde_role.rb +0 -0
  64. data/lib/{openapi_client → autosde_openapi_client}/models/capability_translation.rb +0 -0
  65. data/lib/{openapi_client → autosde_openapi_client}/models/capability_translation_create.rb +0 -0
  66. data/lib/{openapi_client → autosde_openapi_client}/models/host.rb +0 -0
  67. data/lib/{openapi_client → autosde_openapi_client}/models/host_create.rb +0 -0
  68. data/lib/{openapi_client → autosde_openapi_client}/models/host_volume_connection.rb +0 -0
  69. data/lib/{openapi_client → autosde_openapi_client}/models/host_volume_connection_create.rb +0 -0
  70. data/lib/{openapi_client → autosde_openapi_client}/models/job.rb +0 -0
  71. data/lib/{openapi_client → autosde_openapi_client}/models/job_create.rb +0 -0
  72. data/lib/{openapi_client → autosde_openapi_client}/models/native_capability.rb +0 -0
  73. data/lib/{openapi_client → autosde_openapi_client}/models/profile.rb +0 -0
  74. data/lib/{openapi_client → autosde_openapi_client}/models/provisioning_strategy.rb +0 -0
  75. data/lib/{openapi_client → autosde_openapi_client}/models/service.rb +0 -0
  76. data/lib/{openapi_client → autosde_openapi_client}/models/service_abstract_capability_value.rb +0 -0
  77. data/lib/{openapi_client → autosde_openapi_client}/models/service_create.rb +0 -0
  78. data/lib/{openapi_client → autosde_openapi_client}/models/service_resource_attachment.rb +0 -0
  79. data/lib/{openapi_client → autosde_openapi_client}/models/snapshot.rb +0 -0
  80. data/lib/{openapi_client → autosde_openapi_client}/models/snapshot_create.rb +0 -0
  81. data/lib/{openapi_client → autosde_openapi_client}/models/storage_host.rb +0 -0
  82. data/lib/{openapi_client → autosde_openapi_client}/models/storage_host_create.rb +0 -0
  83. data/lib/{openapi_client → autosde_openapi_client}/models/storage_host_response.rb +0 -0
  84. data/lib/{openapi_client → autosde_openapi_client}/models/storage_host_update.rb +0 -0
  85. data/lib/{openapi_client → autosde_openapi_client}/models/storage_host_volume_mapping.rb +0 -0
  86. data/lib/{openapi_client → autosde_openapi_client}/models/storage_host_volume_mapping_create.rb +0 -0
  87. data/lib/{openapi_client → autosde_openapi_client}/models/storage_resource.rb +0 -0
  88. data/lib/{openapi_client → autosde_openapi_client}/models/storage_resource_create.rb +0 -0
  89. data/lib/{openapi_client → autosde_openapi_client}/models/storage_resource_response.rb +0 -0
  90. data/lib/{openapi_client → autosde_openapi_client}/models/storage_system.rb +0 -0
  91. data/lib/{openapi_client → autosde_openapi_client}/models/storage_system_create.rb +0 -0
  92. data/lib/{openapi_client → autosde_openapi_client}/models/system_type.rb +0 -0
  93. data/lib/{openapi_client → autosde_openapi_client}/models/system_type_create.rb +0 -0
  94. data/lib/{openapi_client → autosde_openapi_client}/models/volume.rb +0 -0
  95. data/lib/{openapi_client → autosde_openapi_client}/models/volume_create.rb +0 -0
  96. data/lib/{openapi_client → autosde_openapi_client}/models/volume_response.rb +0 -0
  97. data/lib/{openapi_client → autosde_openapi_client}/models/volume_safe_delete.rb +0 -0
  98. data/lib/{openapi_client → autosde_openapi_client}/models/volume_safe_delete_create.rb +0 -0
  99. data/lib/{openapi_client → autosde_openapi_client}/models/volume_update.rb +0 -0
  100. data/lib/{openapi_client → autosde_openapi_client}/version.rb +1 -1
  101. data/spec/api/abstract_capability_api_spec.rb +1 -1
  102. data/spec/api/account_api_spec.rb +2 -2
  103. data/spec/api/address_api_spec.rb +1 -1
  104. data/spec/api/auto_sde_project_api_spec.rb +1 -1
  105. data/spec/api/auto_sde_role_api_spec.rb +1 -1
  106. data/spec/api/capability_translation_api_spec.rb +1 -1
  107. data/spec/api/host_api_spec.rb +1 -1
  108. data/spec/api/host_volume_connection_api_spec.rb +1 -1
  109. data/spec/api/job_api_spec.rb +1 -1
  110. data/spec/api/native_capability_api_spec.rb +1 -1
  111. data/spec/api/profile_api_spec.rb +1 -1
  112. data/spec/api/provisioning_strategy_api_spec.rb +1 -1
  113. data/spec/api/service_api_spec.rb +2 -2
  114. data/spec/api/service_resource_attachment_api_spec.rb +1 -1
  115. data/spec/api/snapshot_api_spec.rb +1 -1
  116. data/spec/api/storage_host_api_spec.rb +12 -1
  117. data/spec/api/storage_host_volume_mapping_api_spec.rb +1 -1
  118. data/spec/api/storage_resource_api_spec.rb +2 -2
  119. data/spec/api/storage_system_api_spec.rb +1 -1
  120. data/spec/api/system_type_api_spec.rb +1 -1
  121. data/spec/api/volume_api_spec.rb +2 -2
  122. data/spec/api/volume_safe_delete_api_spec.rb +1 -1
  123. data/spec/models/volume_create_spec.rb +6 -0
  124. data/spec/models/volume_response_spec.rb +6 -0
  125. data/spec/models/volume_spec.rb +6 -0
  126. data/spec/spec_helper.rb +1 -1
  127. metadata +78 -79
  128. data/lib/openapi_client.rb +0 -108
@@ -11,5 +11,5 @@ OpenAPI Generator version: 5.0.0-SNAPSHOT
11
11
  =end
12
12
 
13
13
  module OpenapiClient
14
- VERSION = '1.0.1'
14
+ VERSION = '1.0.2'
15
15
  end
@@ -64,7 +64,7 @@ describe 'AbstractCapabilityApi' do
64
64
  # unit tests for abstract_capabilities_post
65
65
  # @param abstract_capability
66
66
  # @param [Hash] opts the optional parameters
67
- # @return [Array<AbstractCapability>]
67
+ # @return [AbstractCapability]
68
68
  describe 'abstract_capabilities_post test' do
69
69
  it 'should work' do
70
70
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -65,7 +65,7 @@ describe 'AccountApi' do
65
65
  # @param pk
66
66
  # @param account_post_request
67
67
  # @param [Hash] opts the optional parameters
68
- # @return [Array<AccountPostResponse>]
68
+ # @return [AccountPostResponse]
69
69
  describe 'accounts_pk_put test' do
70
70
  it 'should work' do
71
71
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -75,7 +75,7 @@ describe 'AccountApi' do
75
75
  # unit tests for accounts_post
76
76
  # @param account_post_request
77
77
  # @param [Hash] opts the optional parameters
78
- # @return [Array<AccountPostResponse>]
78
+ # @return [AccountPostResponse]
79
79
  describe 'accounts_post test' do
80
80
  it 'should work' do
81
81
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -64,7 +64,7 @@ describe 'AddressApi' do
64
64
  # unit tests for addresses_post
65
65
  # @param address_create
66
66
  # @param [Hash] opts the optional parameters
67
- # @return [Array<Address>]
67
+ # @return [Address]
68
68
  describe 'addresses_post test' do
69
69
  it 'should work' do
70
70
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -64,7 +64,7 @@ describe 'AutoSDEProjectApi' do
64
64
  # unit tests for autosde_projects_post
65
65
  # @param auto_sde_project
66
66
  # @param [Hash] opts the optional parameters
67
- # @return [Array<AutoSDEProject>]
67
+ # @return [AutoSDEProject]
68
68
  describe 'autosde_projects_post test' do
69
69
  it 'should work' do
70
70
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -64,7 +64,7 @@ describe 'AutoSDERoleApi' do
64
64
  # unit tests for autosde_roles_post
65
65
  # @param auto_sde_role
66
66
  # @param [Hash] opts the optional parameters
67
- # @return [Array<AutoSDERole>]
67
+ # @return [AutoSDERole]
68
68
  describe 'autosde_roles_post test' do
69
69
  it 'should work' do
70
70
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -64,7 +64,7 @@ describe 'CapabilityTranslationApi' do
64
64
  # unit tests for capability_translations_post
65
65
  # @param capability_translation_create
66
66
  # @param [Hash] opts the optional parameters
67
- # @return [Array<CapabilityTranslation>]
67
+ # @return [CapabilityTranslation]
68
68
  describe 'capability_translations_post test' do
69
69
  it 'should work' do
70
70
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -64,7 +64,7 @@ describe 'HostApi' do
64
64
  # unit tests for hosts_post
65
65
  # @param host_create
66
66
  # @param [Hash] opts the optional parameters
67
- # @return [Array<Host>]
67
+ # @return [Host]
68
68
  describe 'hosts_post test' do
69
69
  it 'should work' do
70
70
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -64,7 +64,7 @@ describe 'HostVolumeConnectionApi' do
64
64
  # unit tests for host_volume_connection_post
65
65
  # @param host_volume_connection_create
66
66
  # @param [Hash] opts the optional parameters
67
- # @return [Array<HostVolumeConnection>]
67
+ # @return [HostVolumeConnection]
68
68
  describe 'host_volume_connection_post test' do
69
69
  it 'should work' do
70
70
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -44,7 +44,7 @@ describe 'JobApi' do
44
44
  # unit tests for jobs_post
45
45
  # @param job_create
46
46
  # @param [Hash] opts the optional parameters
47
- # @return [Array<Job>]
47
+ # @return [Job]
48
48
  describe 'jobs_post test' do
49
49
  it 'should work' do
50
50
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -64,7 +64,7 @@ describe 'NativeCapabilityApi' do
64
64
  # unit tests for native_capabilities_post
65
65
  # @param native_capability
66
66
  # @param [Hash] opts the optional parameters
67
- # @return [Array<NativeCapability>]
67
+ # @return [NativeCapability]
68
68
  describe 'native_capabilities_post test' do
69
69
  it 'should work' do
70
70
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -64,7 +64,7 @@ describe 'ProfileApi' do
64
64
  # unit tests for profiles_post
65
65
  # @param profile
66
66
  # @param [Hash] opts the optional parameters
67
- # @return [Array<Profile>]
67
+ # @return [Profile]
68
68
  describe 'profiles_post test' do
69
69
  it 'should work' do
70
70
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -64,7 +64,7 @@ describe 'ProvisioningStrategyApi' do
64
64
  # unit tests for provisioning_strategy_post
65
65
  # @param provisioning_strategy
66
66
  # @param [Hash] opts the optional parameters
67
- # @return [Array<ProvisioningStrategy>]
67
+ # @return [ProvisioningStrategy]
68
68
  describe 'provisioning_strategy_post test' do
69
69
  it 'should work' do
70
70
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -65,7 +65,7 @@ describe 'ServiceApi' do
65
65
  # @param pk
66
66
  # @param service
67
67
  # @param [Hash] opts the optional parameters
68
- # @return [Array<Service>]
68
+ # @return [Service]
69
69
  describe 'services_pk_put test' do
70
70
  it 'should work' do
71
71
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -75,7 +75,7 @@ describe 'ServiceApi' do
75
75
  # unit tests for services_post
76
76
  # @param service_create
77
77
  # @param [Hash] opts the optional parameters
78
- # @return [Array<Service>]
78
+ # @return [Service]
79
79
  describe 'services_post test' do
80
80
  it 'should work' do
81
81
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -64,7 +64,7 @@ describe 'ServiceResourceAttachmentApi' do
64
64
  # unit tests for service_resource_attchment_post
65
65
  # @param service_resource_attachment
66
66
  # @param [Hash] opts the optional parameters
67
- # @return [Array<ServiceResourceAttachment>]
67
+ # @return [ServiceResourceAttachment]
68
68
  describe 'service_resource_attchment_post test' do
69
69
  it 'should work' do
70
70
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -64,7 +64,7 @@ describe 'SnapshotApi' do
64
64
  # unit tests for snapshots_post
65
65
  # @param snapshot_create
66
66
  # @param [Hash] opts the optional parameters
67
- # @return [Array<Snapshot>]
67
+ # @return [Snapshot]
68
68
  describe 'snapshots_post test' do
69
69
  it 'should work' do
70
70
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -61,10 +61,21 @@ describe 'StorageHostApi' do
61
61
  end
62
62
  end
63
63
 
64
+ # unit tests for storage_hosts_pk_put
65
+ # @param pk
66
+ # @param storage_host_update
67
+ # @param [Hash] opts the optional parameters
68
+ # @return [StorageHost]
69
+ describe 'storage_hosts_pk_put test' do
70
+ it 'should work' do
71
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
72
+ end
73
+ end
74
+
64
75
  # unit tests for storage_hosts_post
65
76
  # @param storage_host_create
66
77
  # @param [Hash] opts the optional parameters
67
- # @return [Array<StorageHostResponse>]
78
+ # @return [StorageHostResponse]
68
79
  describe 'storage_hosts_post test' do
69
80
  it 'should work' do
70
81
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -64,7 +64,7 @@ describe 'StorageHostVolumeMappingApi' do
64
64
  # unit tests for storage_hosts_mapping_post
65
65
  # @param storage_host_volume_mapping_create
66
66
  # @param [Hash] opts the optional parameters
67
- # @return [Array<StorageHostVolumeMappingCreate>]
67
+ # @return [StorageHostVolumeMappingCreate]
68
68
  describe 'storage_hosts_mapping_post test' do
69
69
  it 'should work' do
70
70
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -65,7 +65,7 @@ describe 'StorageResourceApi' do
65
65
  # @param pk
66
66
  # @param storage_resource_create
67
67
  # @param [Hash] opts the optional parameters
68
- # @return [Array<StorageResourceResponse>]
68
+ # @return [StorageResourceResponse]
69
69
  describe 'storage_resources_pk_put test' do
70
70
  it 'should work' do
71
71
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -75,7 +75,7 @@ describe 'StorageResourceApi' do
75
75
  # unit tests for storage_resources_post
76
76
  # @param storage_resource_create
77
77
  # @param [Hash] opts the optional parameters
78
- # @return [Array<StorageResourceResponse>]
78
+ # @return [StorageResourceResponse]
79
79
  describe 'storage_resources_post test' do
80
80
  it 'should work' do
81
81
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -64,7 +64,7 @@ describe 'StorageSystemApi' do
64
64
  # unit tests for storage_systems_post
65
65
  # @param storage_system_create
66
66
  # @param [Hash] opts the optional parameters
67
- # @return [Array<StorageSystem>]
67
+ # @return [StorageSystem]
68
68
  describe 'storage_systems_post test' do
69
69
  it 'should work' do
70
70
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -64,7 +64,7 @@ describe 'SystemTypeApi' do
64
64
  # unit tests for system_types_post
65
65
  # @param system_type_create
66
66
  # @param [Hash] opts the optional parameters
67
- # @return [Array<SystemType>]
67
+ # @return [SystemType]
68
68
  describe 'system_types_post test' do
69
69
  it 'should work' do
70
70
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -65,7 +65,7 @@ describe 'VolumeApi' do
65
65
  # @param pk
66
66
  # @param volume_update
67
67
  # @param [Hash] opts the optional parameters
68
- # @return [Array<VolumeResponse>]
68
+ # @return [VolumeResponse]
69
69
  describe 'volumes_pk_put test' do
70
70
  it 'should work' do
71
71
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -75,7 +75,7 @@ describe 'VolumeApi' do
75
75
  # unit tests for volumes_post
76
76
  # @param volume_create
77
77
  # @param [Hash] opts the optional parameters
78
- # @return [Array<VolumeResponse>]
78
+ # @return [VolumeResponse]
79
79
  describe 'volumes_post test' do
80
80
  it 'should work' do
81
81
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -64,7 +64,7 @@ describe 'VolumeSafeDeleteApi' do
64
64
  # unit tests for safe_deletes_post
65
65
  # @param volume_safe_delete_create
66
66
  # @param [Hash] opts the optional parameters
67
- # @return [Array<VolumeSafeDelete>]
67
+ # @return [VolumeSafeDelete]
68
68
  describe 'safe_deletes_post test' do
69
69
  it 'should work' do
70
70
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -66,6 +66,12 @@ describe 'VolumeCreate' do
66
66
  end
67
67
  end
68
68
 
69
+ describe 'test attribute "unmapped_since"' do
70
+ it 'should work' do
71
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
72
+ end
73
+ end
74
+
69
75
  describe 'test attribute "uuid"' do
70
76
  it 'should work' do
71
77
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -78,6 +78,12 @@ describe 'VolumeResponse' do
78
78
  end
79
79
  end
80
80
 
81
+ describe 'test attribute "unmapped_since"' do
82
+ it 'should work' do
83
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
84
+ end
85
+ end
86
+
81
87
  describe 'test attribute "uuid"' do
82
88
  it 'should work' do
83
89
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers