Sha256: e0ffa8f5e6591be1f84d3e2d1406005122fad8762ba574df3a1e74dbc5220506
Contents?: true
Size: 1.98 KB
Versions: 2
Compression:
Stored size: 1.98 KB
Contents
=begin #Billing API #Automate your infrastructure billing with the Bare Metal Cloud Billing API. Reserve your server instances to ensure guaranteed resource availability for 12, 24, and 36 months. Retrieve your server’s rated usage for a given period and enable or disable auto-renewals.<br> <br> <span class='pnap-api-knowledge-base-link'> Knowledge base articles to help you can be found <a href='https://phoenixnap.com/kb/phoenixnap-bare-metal-cloud-billing-models' target='_blank'>here</a> </span><br> <br> <b>All URLs are relative to (https://api.phoenixnap.com/billing/v1/)</b> The version of the OpenAPI document: 0.1 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 BillingApi::ServerProduct # Automatically generated by openapi-generator (https://openapi-generator.tech) # Please update as you see appropriate describe BillingApi::ServerProduct do let(:instance) { BillingApi::ServerProduct.new } describe 'test an instance of ServerProduct' do it 'should create an instance of ServerProduct' do # uncomment below to test the instance creation #expect(instance).to be_instance_of(BillingApi::ServerProduct) end end describe 'test attribute "product_code"' do it 'should work' do # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/ end end describe 'test attribute "product_category"' do it 'should work' do # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/ end end describe 'test attribute "plans"' do it 'should work' do # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/ end end describe 'test attribute "metadata"' 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_billing_api-2.0.0 | spec/models/server_product_spec.rb |
pnap_billing_api-1.0.0 | spec/models/server_product_spec.rb |