Class: OFX::FinancialInstitutionProfileMessageSetProfile

Inherits:
MessageSetProfile show all
Defined in:
lib/ofx/financial_institution_profile_message_set.rb,
lib/ofx/1.0.2/financial_institution_profile_message_set.rb

Instance Attribute Summary

Attributes inherited from MessageSetProfile

#language, #message_set_class, #message_url, #required_ofx_security, #requires_transport_security, #service_provider_name, #signon_realm, #supports_response_file_error_recovery, #synchronization_mode, #version

Class Method Summary collapse

Methods inherited from MessageSetProfile

#from_ofx_102_hash, #requires_transport_security?, #supports_response_file_error_recovery?

Class Method Details

.from_ofx_102_hash(message_set_description_hash) ⇒ Object



42
43
44
45
46
47
48
# File 'lib/ofx/1.0.2/financial_institution_profile_message_set.rb', line 42

def self.from_ofx_102_hash(message_set_description_hash)
    profile = OFX::FinancialInstitutionProfileMessageSetProfile.new
    profile.message_set_class = OFX::FinancialInstitutionProfileMessageSet
    profile.from_ofx_102_hash(message_set_description_hash)

    profile
end

.message_set_classObject



29
30
31
# File 'lib/ofx/financial_institution_profile_message_set.rb', line 29

def self.message_set_class
    FinancialInstitutionProfileMessageSet
end