Class: Dynaccount::Debtor

Inherits:
DynaccountObject show all
Defined in:
lib/dynaccount/debtor.rb

Instance Attribute Summary

Attributes inherited from DynaccountObject

#values

Class Method Summary collapse

Methods inherited from DynaccountObject

all, create, #destroy, find, find_by, #initialize, #marshal_dump, #marshal_load, query, run_query, #save, #update, url

Constructor Details

This class inherits a constructor from Dynaccount::DynaccountObject

Class Method Details

.api_pathObject



14
15
16
# File 'lib/dynaccount/debtor.rb', line 14

def self.api_path
  'debtor'
end

.ignore_putObject



3
4
5
6
7
8
9
10
11
12
# File 'lib/dynaccount/debtor.rb', line 3

def self.ignore_put
  [
    :id,
    :contact_id,
    :balance,
    :due,
    :is_blocked,
    :invoicing_module_name
  ]
end