Sha256: ec0187d2679d621164681c1b72b39db46c94c9b48de4a018ed2b621496ae36b8
Contents?: true
Size: 1.77 KB
Versions: 1
Compression:
Stored size: 1.77 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' # Unit tests for BillingApi::ProductsApi # Automatically generated by openapi-generator (https://openapi-generator.tech) # Please update as you see appropriate describe 'ProductsApi' do before do # run before each test @api_instance = BillingApi::ProductsApi.new end after do # run after each test end describe 'test an instance of ProductsApi' do it 'should create an instance of ProductsApi' do expect(@api_instance).to be_instance_of(BillingApi::ProductsApi) end end # unit tests for products_get # List all Products. # Retrieves all Products. # @param [Hash] opts the optional parameters # @option opts [String] :product_code # @option opts [String] :product_category # @option opts [String] :sku_code # @option opts [String] :location # @return [Array<ProductsGet200ResponseInner>] describe 'products_get test' 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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
pnap_billing_api-2.0.0 | spec/api/products_api_spec.rb |