Class: BankPayments::SwedbankExport::OpeningRecord
- Inherits:
-
BankPayments::SpisuRecord
- Object
- BankPayments::SpisuRecord
- BankPayments::SwedbankExport::OpeningRecord
- Defined in:
- lib/bank_payments/swedbank_export/opening_record.rb
Overview
The first record in a sequence which contains information about payer.
Instance Method Summary collapse
-
#initialize ⇒ OpeningRecord
constructor
A new instance of OpeningRecord.
Methods inherited from BankPayments::SpisuRecord
define_field, defined_fields, definition_for, #extract_date, #extract_field_value, #extract_raw_value, inherited, #method_missing, #serialize_value, #set_numeric_value, #set_text_value, #set_value, #to_s, #type, #type=
Constructor Details
#initialize ⇒ OpeningRecord
17 18 19 20 21 |
# File 'lib/bank_payments/swedbank_export/opening_record.rb', line 17 def initialize super self.type = '0' set_spisu_layout end |
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class BankPayments::SpisuRecord