Sha256: 159323a5f83d4179818bc43880abcc5fade3a00e8c4ff980b1315e717eb5ee78

Contents?: true

Size: 998 Bytes

Versions: 3

Compression:

Stored size: 998 Bytes

Contents

=begin
#Avalara Shipping Verification for Beverage Alcohol

#API for evaluating transactions against direct-to-consumer Beverage Alcohol shipping regulations.  This API is currently in beta. 

The version of the OpenAPI document: 2.1.0-beta

Generated by: https://openapi-generator.tech
OpenAPI Generator version: 5.3.1

=end

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

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

  describe 'test an instance of ErrorDetails' do
    it 'should create an instance of ErrorDetails' do
      expect(instance).to be_instance_of(AvalaraSdk::ErrorDetails)
    end
  end
  describe 'test attribute "error"' do
    it 'should work' do
      # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
    end
  end

end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
avalara_sdk-2.4.26 spec/models/error_details_spec.rb
avalara_sdk-2.4.7 spec/models/error_details_spec.rb
avalara_sdk-2.4.5.6 spec/models/error_details_spec.rb