Class: Taxjar::Refund

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



27
28
29
# File 'lib/taxjar/refund.rb', line 27

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