Method: TotalIn::Document#deductions

Defined in:
lib/total_in/document.rb

#deductionsObject



26
27
28
# File 'lib/total_in/document.rb', line 26

def deductions
  accounts.flat_map(&:deductions)
end