Class: TotalIn::Document::Account

Inherits:
Object
  • Object
show all
Includes:
AttributeMethods
Defined in:
lib/total_in/document.rb

Instance Method Summary collapse

Methods included from AttributeMethods

included

Instance Method Details

#deductionsObject



43
44
45
# File 'lib/total_in/document.rb', line 43

def deductions
  @deductions ||= []
end

#paymentsObject



39
40
41
# File 'lib/total_in/document.rb', line 39

def payments
  @payments ||= []
end