class BankPayments::SwedbankExport::PaymentRecord

Public Class Methods

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

Public Instance Methods

amount_foreign=(amount) click to toggle source
Calls superclass method
# File lib/bank_payments/swedbank_export/payment_record.rb, line 13
def amount_foreign=(amount)
  super amount.spisu_format
end
amount_sek=(amount) click to toggle source
Calls superclass method
# File lib/bank_payments/swedbank_export/payment_record.rb, line 9
def amount_sek=(amount)
  super amount.spisu_format
end