Class: Dynaccount::DebtorSubscription
- Inherits:
-
DynaccountObject
- Object
- DynaccountObject
- Dynaccount::DebtorSubscription
- Defined in:
- lib/dynaccount/debtor_subscription.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
22 23 24 |
# File 'lib/dynaccount/debtor_subscription.rb', line 22 def self.api_path 'debtor_subscription' end |
.ignore_put ⇒ Object
3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 |
# File 'lib/dynaccount/debtor_subscription.rb', line 3 def self.ignore_put [ :id, :is_active, :module_id, :module_group_id, :module_name, :module_vatno, :module_ean, :module_email, :module_email_invoice, :time_next_charge, :vat_amount, :total_amount, :total_weight, :profit_amount ] end |