Class: Taxjar::Breakdown

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



42
43
44
# File 'lib/taxjar/breakdown.rb', line 42

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