Class: OFX::CreditCardAccountInformation
- Inherits:
-
Object
- Object
- OFX::CreditCardAccountInformation
- Defined in:
- lib/ofx/credit_card_statement_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.
44 45 46 |
# File 'lib/ofx/credit_card_statement_message_set.rb', line 44 def account @account end |
#status ⇒ Object
Returns the value of attribute status.
48 49 50 |
# File 'lib/ofx/credit_card_statement_message_set.rb', line 48 def status @status end |
#supports_transaction_detail_downloads ⇒ Object
Returns the value of attribute supports_transaction_detail_downloads.
45 46 47 |
# File 'lib/ofx/credit_card_statement_message_set.rb', line 45 def supports_transaction_detail_downloads @supports_transaction_detail_downloads end |
#transfer_destination ⇒ Object
Returns the value of attribute transfer_destination.
47 48 49 |
# File 'lib/ofx/credit_card_statement_message_set.rb', line 47 def transfer_destination @transfer_destination end |
#transfer_source ⇒ Object
Returns the value of attribute transfer_source.
46 47 48 |
# File 'lib/ofx/credit_card_statement_message_set.rb', line 46 def transfer_source @transfer_source end |