Sha256: 781b116e184e339ae39a102fd05cec8c54d5aa9aa71a3dbff62a6b873a369ffe

Contents?: true

Size: 1.29 KB

Versions: 4

Compression:

Stored size: 1.29 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: 6.1.0

=end

require 'spec_helper'
require 'json'
require 'date'

# Unit tests for NetworkStorageApi::VolumeUpdate
# Automatically generated by openapi-generator (https://openapi-generator.tech)
# Please update as you see appropriate
describe NetworkStorageApi::VolumeUpdate do
  let(:instance) { NetworkStorageApi::VolumeUpdate.new }

  describe 'test an instance of VolumeUpdate' do
    it 'should create an instance of VolumeUpdate' do
      expect(instance).to be_instance_of(NetworkStorageApi::VolumeUpdate)
    end
  end
  describe 'test attribute "capacity_in_gb"' do
    it 'should work' do
      # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
    end
  end

end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
pnap_network_storage_api-1.4.0 spec/models/volume_update_spec.rb
pnap_network_storage_api-1.3.0 spec/models/volume_update_spec.rb
pnap_network_storage_api-1.2.0 spec/models/volume_update_spec.rb
pnap_network_storage_api-1.1.0 spec/models/volume_update_spec.rb