Class: Taxjar::Customer
- Extended by:
- ModelAttribute
- Defined in:
- lib/taxjar/customer.rb
Instance Attribute Summary
Attributes inherited from Base
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_regions ⇒ Object
16 17 18 |
# File 'lib/taxjar/customer.rb', line 16 def exempt_regions map_collection(Taxjar::ExemptRegion, :exempt_regions) end |