Sha256: 4aa31fcb19f0bae9b5221c5813d5bcf1b01edc6233b182117a646c1d0ede412d
Contents?: true
Size: 1.31 KB
Versions: 3
Compression:
Stored size: 1.31 KB
Contents
=begin #Fatture in Cloud API v2 - API Reference #Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. The version of the OpenAPI document: 2.0.32 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.3.0 =end require 'spec_helper' require 'json' require 'date' # Unit tests for FattureInCloud_Ruby_Sdk::CompanyPlanUsage # Automatically generated by openapi-generator (https://openapi-generator.tech) # Please update as you see appropriate describe FattureInCloud_Ruby_Sdk::CompanyPlanUsage do instance = FattureInCloud_Ruby_Sdk::CompanyPlanUsage.new instance.limit = 5 instance.usage = 7 describe 'test an instance of CompanyPlanUsage' do it 'should create an instance of CompanyPlanUsage' do expect(instance).to be_instance_of(FattureInCloud_Ruby_Sdk::CompanyPlanUsage) end end describe 'test attribute "limit"' do it 'should work' do expect(instance.limit).to be_a_kind_of(Numeric) end end describe 'test attribute "usage"' do it 'should work' do expect(instance.usage).to be_a_kind_of(Numeric) end end end
Version data entries
3 entries across 3 versions & 1 rubygems