Class: Cmxl::Fields::AccountIdentification
- Inherits:
-
Cmxl::Field
- Object
- Cmxl::Field
- Cmxl::Fields::AccountIdentification
- Defined in:
- lib/cmxl/fields/account_identification.rb
Constant Summary
Constants inherited from Cmxl::Field
Instance Attribute Summary
Attributes inherited from Cmxl::Field
#data, #match, #modifier, #source, #tag
Instance Method Summary collapse
Methods inherited from Cmxl::Field
#add_meta_data, #initialize, #method_missing, parse, parsers, #to_amount, #to_amount_in_cents, #to_date, #to_h, #to_hash, #to_json
Constructor Details
This class inherits a constructor from Cmxl::Field
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class Cmxl::Field
Instance Method Details
#iban ⇒ Object
7 8 9 |
# File 'lib/cmxl/fields/account_identification.rb', line 7 def iban "#{country}#{ban}" end |