Sha256: c21fad469d4ffc4efbc9d139702abdda5a35b42f3ca644638c65edeac76da86f

Contents?: true

Size: 1.34 KB

Versions: 2

Compression:

Stored size: 1.34 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: 7.2.0

=end

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

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

  describe 'test an instance of IpBlockPatch' do
    it 'should create an instance of IpBlockPatch' do
      # uncomment below to test the instance creation
      #expect(instance).to be_instance_of(IpApi::IpBlockPatch)
    end
  end

  describe 'test attribute "description"' 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_ip_api-2.0.1 spec/models/ip_block_patch_spec.rb
pnap_ip_api-2.0.0 spec/models/ip_block_patch_spec.rb