Class: Einvoice::Neweb::Model::PreInvoice
- Defined in:
- lib/einvoice/neweb/model/pre_invoice.rb
Constant Summary collapse
- TYPE_SPECIFIC_KEYS =
[:data_number, :data_date]
Constants inherited from Invoice
Instance Method Summary collapse
-
#initialize ⇒ PreInvoice
constructor
A new instance of PreInvoice.
Methods inherited from Invoice
Methods inherited from Base
Methods included from Validator
Constructor Details
#initialize ⇒ PreInvoice
Returns a new instance of PreInvoice.
12 13 14 |
# File 'lib/einvoice/neweb/model/pre_invoice.rb', line 12 def initialize # overwritten end |