lib/economic/debtor.rb in rconomic-0.2.1 vs lib/economic/debtor.rb in rconomic-0.3

- old
+ new

@@ -29,14 +29,15 @@ def handle Handle.new({:number => @number}) end + # Returns the Debtors contacts def contacts @contacts ||= DebtorContactProxy.new(self) end - # Provides access to the current invoices - ie invoices that haven't yet been booked + # Provides access to the current invoices for Debtor - ie invoices that haven't yet been booked def current_invoices @current_invoices ||= CurrentInvoiceProxy.new(self) end protected \ No newline at end of file