Sha256: 3e79f26d43eaaed99255415673fc42dca5f51909e967f7d015e8b1681e2cac6d

Contents?: true

Size: 1.5 KB

Versions: 7

Compression:

Stored size: 1.5 KB

Contents

=begin
#IP Addresses API

#Public IP blocks are a set of contiguous IPs that allow you to access your servers or networks from the internet. Use the IP Addresses API to request and delete IP blocks.<br> <br> <span class='pnap-api-knowledge-base-link'> Knowledge base articles to help you can be found <a href='https://phoenixnap.com/kb/public-ip-management#bmc-public-ip-allocations-api' target='_blank'>here</a> </span><br> <br> <b>All URLs are relative to (https://api.phoenixnap.com/ips/v1/)</b> 

The version of the OpenAPI document: 1.0
Contact: support@phoenixnap.com
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 5.4.0

=end

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

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

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

  describe 'test attribute "ip_block_id"' 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

7 entries across 7 versions & 1 rubygems

Version Path
pnap_ip_api-1.1.5 spec/models/delete_ip_block_result_spec.rb
pnap_ip_api-1.1.4 spec/models/delete_ip_block_result_spec.rb
pnap_ip_api-1.1.3 spec/models/delete_ip_block_result_spec.rb
pnap_ip_api-1.1.2 spec/models/delete_ip_block_result_spec.rb
pnap_ip_api-1.1.1 spec/models/delete_ip_block_result_spec.rb
pnap_ip_api-1.1.0 spec/models/delete_ip_block_result_spec.rb
pnap_ip_api-1.0.0 spec/models/delete_ip_block_result_spec.rb