Class: Dynaccount::DataVoucher
- Inherits:
-
DynaccountObject
- Object
- DynaccountObject
- Dynaccount::DataVoucher
- Defined in:
- lib/dynaccount/data_voucher.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/data_voucher.rb', line 7 def self.api_path 'data_voucher' end |
.ignore_put ⇒ Object
3 4 5 |
# File 'lib/dynaccount/data_voucher.rb', line 3 def self.ignore_put [:id, :client_id, :is_ocr_pending, :is_pdf_broken, :is_attached, :time, :user_id, :is_pdf_scan, :is_pic, :file_sha1, :file_ext, :file_ext_thumb, :file_size, :file_size_original, :file_name, :from_email, :num_pages, :dpi, :ocr_vatno, :ocr_invoice_time, :ocr_invoice_due_time, :ocr_total, :ocr_vat] end |