=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.

Knowledge base articles to help you can be found here

All URLs are relative to (https://api.phoenixnap.com/ips/v1/) 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::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 # uncomment below to test the instance creation #expect(instance).to be_instance_of(IpApi::DeleteIpBlockResult) end end describe 'test attribute "result"' do it 'should work' do # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/ end end describe 'test attribute "ip_block_id"' do it 'should work' do # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/ end end end