Class: OFX::InterbankFundsTransferMessageSetProfile
- Inherits:
-
MessageSetProfile
- Object
- MessageSetProfile
- OFX::InterbankFundsTransferMessageSetProfile
- Defined in:
- lib/ofx/interbank_funds_transfer_message_set.rb,
lib/ofx/1.0.2/interbank_funds_transfer_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
23 24 25 26 27 28 |
# File 'lib/ofx/1.0.2/interbank_funds_transfer_message_set.rb', line 23 def self.from_ofx_102_hash() profile = OFX::InterbankFundsTransferMessageSetProfile.new profile. = OFX::InterbankFundsTransferMessageSet profile.from_ofx_102_hash() profile end |
.message_set_class ⇒ Object
29 30 31 |
# File 'lib/ofx/interbank_funds_transfer_message_set.rb', line 29 def self. InterbankFundsTransferMessageSet end |