Class: Dynaccount::BankRecon
- Inherits:
-
DynaccountObject
- Object
- DynaccountObject
- Dynaccount::BankRecon
- Defined in:
- lib/dynaccount/bank_recon.rb
Instance Attribute Summary
Attributes inherited from DynaccountObject
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_path ⇒ Object
7 8 9 |
# File 'lib/dynaccount/bank_recon.rb', line 7 def self.api_path 'bank_recon' end |
.ignore_put ⇒ Object
3 4 5 |
# File 'lib/dynaccount/bank_recon.rb', line 3 def self.ignore_put [:id, :account_id, :time, :recon_id, :accounting_id, :is_fi_payment, :seq, :amount, :accum_amount, :txt] end |