Class: Taxjar::Customer

Inherits:
Base
  • Object
show all
Extended by:
ModelAttribute
Defined in:
lib/taxjar/customer.rb

Instance Attribute Summary

Attributes inherited from Base

#attrs

Instance Method Summary collapse

Methods inherited from Base

#[], attr_reader, define_attribute_method, define_predicate_method, #initialize, #map_collection, object_attr_reader

Constructor Details

This class inherits a constructor from Taxjar::Base

Instance Method Details

#exempt_regionsObject



16
17
18
# File 'lib/taxjar/customer.rb', line 16

def exempt_regions
  map_collection(Taxjar::ExemptRegion, :exempt_regions)
end