Class: TotalIn::Document::Account
- Inherits:
-
Object
- Object
- TotalIn::Document::Account
- Includes:
- AttributeMethods
- Defined in:
- lib/total_in/document.rb
Instance Method Summary collapse
Methods included from AttributeMethods
Instance Method Details
#deductions ⇒ Object
43 44 45 |
# File 'lib/total_in/document.rb', line 43 def deductions @deductions ||= [] end |
#payments ⇒ Object
39 40 41 |
# File 'lib/total_in/document.rb', line 39 def payments @payments ||= [] end |