Class: BankPayments::SwedbankExport::OpeningRecord

Inherits:
BankPayments::SpisuRecord show all
Defined in:
lib/bank_payments/swedbank_export/opening_record.rb

Overview

The first record in a sequence which contains information about payer.

Author:

  • Michael Litton

Instance Method Summary collapse

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

#initializeOpeningRecord



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