Class: BankPayments::SwedbankImport::NameRecord
- Inherits:
-
BankPayments::SpisuRecord
- Object
- BankPayments::SpisuRecord
- BankPayments::SwedbankImport::NameRecord
- Defined in:
- lib/bank_payments/swedbank_import/name_record.rb
Instance Method Summary collapse
-
#initialize(raw_record) ⇒ NameRecord
constructor
A new instance of NameRecord.
- #merges_payments ⇒ Object
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(raw_record) ⇒ NameRecord
Returns a new instance of NameRecord.
10 11 12 13 |
# File 'lib/bank_payments/swedbank_import/name_record.rb', line 10 def initialize(raw_record) super self.type = '2' end |
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class BankPayments::SpisuRecord
Instance Method Details
#merges_payments ⇒ Object
15 16 17 |
# File 'lib/bank_payments/swedbank_import/name_record.rb', line 15 def merges_payments extract_raw_value __callee__ end |