class MT940::Account
25 - Legacy This class is deprecated as it does not match the spec.
Constants
- CONTENT
Attributes
Public Instance Methods
Source
# File lib/mt940.rb, line 120 def parse_content(content) content.match(CONTENT) @bank_code = ::Regexp.last_match(1) @account_number = ::Regexp.last_match(2) @account_currency = ::Regexp.last_match(3) end