Class: OFX::BankingAccountInformation
- Inherits:
-
Object
- Object
- OFX::BankingAccountInformation
- Defined in:
- lib/ofx/banking_message_set.rb
Instance Attribute Summary collapse
-
#account ⇒ Object
Returns the value of attribute account.
-
#status ⇒ Object
Returns the value of attribute status.
-
#supports_transaction_detail_downloads ⇒ Object
Returns the value of attribute supports_transaction_detail_downloads.
-
#transfer_destination ⇒ Object
Returns the value of attribute transfer_destination.
-
#transfer_source ⇒ Object
Returns the value of attribute transfer_source.
Instance Attribute Details
#account ⇒ Object
Returns the value of attribute account.
98 99 100 |
# File 'lib/ofx/banking_message_set.rb', line 98 def account @account end |
#status ⇒ Object
Returns the value of attribute status.
102 103 104 |
# File 'lib/ofx/banking_message_set.rb', line 102 def status @status end |
#supports_transaction_detail_downloads ⇒ Object
Returns the value of attribute supports_transaction_detail_downloads.
99 100 101 |
# File 'lib/ofx/banking_message_set.rb', line 99 def supports_transaction_detail_downloads @supports_transaction_detail_downloads end |
#transfer_destination ⇒ Object
Returns the value of attribute transfer_destination.
101 102 103 |
# File 'lib/ofx/banking_message_set.rb', line 101 def transfer_destination @transfer_destination end |
#transfer_source ⇒ Object
Returns the value of attribute transfer_source.
100 101 102 |
# File 'lib/ofx/banking_message_set.rb', line 100 def transfer_source @transfer_source end |