Class: BankPayments::SwedbankExport::ReasonRecord
- Inherits:
-
BankPayments::SpisuRecord
- Object
- BankPayments::SpisuRecord
- BankPayments::SwedbankExport::ReasonRecord
- Defined in:
- lib/bank_payments/swedbank_export/reason_record.rb
Instance Method Summary collapse
-
#initialize ⇒ ReasonRecord
constructor
A new instance of ReasonRecord.
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 ⇒ ReasonRecord
Returns a new instance of ReasonRecord.
8 9 10 11 |
# File 'lib/bank_payments/swedbank_export/reason_record.rb', line 8 def initialize super self.type = '7' end |
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class BankPayments::SpisuRecord