Class: VertexClient::Resource::TaxArea

Inherits:
Base
  • Object
show all
Defined in:
lib/vertex_client/resources/tax_area.rb

Constant Summary collapse

ENDPOINT =
'LookupTaxAreas70'.freeze

Instance Method Summary collapse

Methods inherited from Base

#config_key, #initialize, #result

Constructor Details

This class inherits a constructor from VertexClient::Resource::Base

Instance Method Details

#fallback_responseObject



5
6
7
# File 'lib/vertex_client/resources/tax_area.rb', line 5

def fallback_response
  Response::TaxAreaFallback.new
end