Class: Dynaccount::DebtorQuote
- Inherits:
-
DynaccountObject
- Object
- DynaccountObject
- Dynaccount::DebtorQuote
- Defined in:
- lib/dynaccount/debtor_quote.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/debtor_quote.rb', line 7 def self.api_path 'debtor_quote' end |
.ignore_put ⇒ Object
3 4 5 |
# File 'lib/dynaccount/debtor_quote.rb', line 3 def self.ignore_put [:id, :module_id, :quote_id_, :is_seen, :is_transferred_time, :vat_amount, :total_amount, :total_weight, :profit_amount] end |