Class: OFX::FinancialInstitutionProfileMessageSet
- Inherits:
-
MessageSet
- Object
- MessageSet
- OFX::FinancialInstitutionProfileMessageSet
show all
- Defined in:
- lib/ofx/financial_institution_profile_message_set.rb,
lib/ofx/1.0.2/financial_institution_profile_message_set.rb
Class Method Summary
collapse
Instance Method Summary
collapse
Methods inherited from MessageSet
from_ofx_102_message_set_hash, #request_or_response_from_ofx_102_tag_name, #requests, #responses, #to_ofx_102_s
Class Method Details
.from_ofx_102_hash(message_set_hash) ⇒ Object
Instance Method Details
#ofx_102_message_set_name ⇒ Object
22
23
24
|
# File 'lib/ofx/1.0.2/financial_institution_profile_message_set.rb', line 22
def ofx_102_message_set_name
'PROF'
end
|
#precedence ⇒ Object
20
21
22
|
# File 'lib/ofx/financial_institution_profile_message_set.rb', line 20
def precedence
11
end
|
#version ⇒ Object
23
24
25
|
# File 'lib/ofx/financial_institution_profile_message_set.rb', line 23
def version
1
end
|