Class: Taxjar::Order

Inherits:
Base
  • Object
show all
Extended by:
ModelAttribute
Defined in:
lib/taxjar/order.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

#line_itemsObject



26
27
28
# File 'lib/taxjar/order.rb', line 26

def line_items
  map_collection(Taxjar::LineItem, :line_items)
end