class BankPayments::SwedbankExport::OpeningRecord

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

@author Michael Litton

Public Class Methods

new() click to toggle source
Calls superclass method BankPayments::SpisuRecord::new
# File lib/bank_payments/swedbank_export/opening_record.rb, line 17
def initialize
  super
  self.type = '0'
  set_spisu_layout
end

Private Instance Methods

set_spisu_layout() click to toggle source
# File lib/bank_payments/swedbank_export/opening_record.rb, line 25
def set_spisu_layout
  self.layout  = '2'
end