Sha256: b08f3579be33d16c169c8378e18af5fbf25b1a6272812c6d6f8d7b8ffda6fda0
Contents?: true
Size: 1.48 KB
Versions: 2
Compression:
Stored size: 1.48 KB
Contents
=begin #Network Storage API #Create, list, edit, and delete storage networks with the Network Storage API. Use storage networks to expand storage capacity on a private network. <br> <span class='pnap-api-knowledge-base-link'> Knowledge base articles to help you can be found <a href='https://phoenixnap.com/kb/bare-metal-cloud-storage' target='_blank'>here</a> </span> <br> <b>All URLs are relative to (https://api.phoenixnap.com/network-storage/v1/)</b> The version of the OpenAPI document: 1.0 Contact: support@phoenixnap.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 =end require 'spec_helper' require 'json' require 'date' # Unit tests for NetworkStorageApi::Error # Automatically generated by openapi-generator (https://openapi-generator.tech) # Please update as you see appropriate describe NetworkStorageApi::Error do let(:instance) { NetworkStorageApi::Error.new } describe 'test an instance of Error' do it 'should create an instance of Error' do # uncomment below to test the instance creation #expect(instance).to be_instance_of(NetworkStorageApi::Error) end end describe 'test attribute "message"' do it 'should work' do # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/ end end describe 'test attribute "validation_errors"' do it 'should work' do # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/ end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
pnap_network_storage_api-2.0.1 | spec/models/error_spec.rb |
pnap_network_storage_api-2.0.0 | spec/models/error_spec.rb |