Class: OFX::BankingEmailProfile
- Inherits:
-
Object
- Object
- OFX::BankingEmailProfile
- Defined in:
- lib/ofx/banking_message_set.rb
Instance Attribute Summary collapse
-
#supports_banking_email ⇒ Object
Returns the value of attribute supports_banking_email.
-
#supports_notifications ⇒ Object
Returns the value of attribute supports_notifications.
Instance Method Summary collapse
Instance Attribute Details
#supports_banking_email ⇒ Object
Returns the value of attribute supports_banking_email.
80 81 82 |
# File 'lib/ofx/banking_message_set.rb', line 80 def supports_banking_email @supports_banking_email end |
#supports_notifications ⇒ Object
Returns the value of attribute supports_notifications.
84 85 86 |
# File 'lib/ofx/banking_message_set.rb', line 84 def supports_notifications @supports_notifications end |
Instance Method Details
#supports_banking_email? ⇒ Boolean
81 82 83 |
# File 'lib/ofx/banking_message_set.rb', line 81 def supports_banking_email? supports_banking_email end |
#supports_notifications? ⇒ Boolean
85 86 87 |
# File 'lib/ofx/banking_message_set.rb', line 85 def supports_notifications? supports_notifications end |