Class: OFX::BankingEmailProfile

Inherits:
Object
  • Object
show all
Defined in:
lib/ofx/banking_message_set.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#supports_banking_emailObject

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_notificationsObject

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

Returns:

  • (Boolean)


81
82
83
# File 'lib/ofx/banking_message_set.rb', line 81

def supports_banking_email?
    supports_banking_email
end

#supports_notifications?Boolean

Returns:

  • (Boolean)


85
86
87
# File 'lib/ofx/banking_message_set.rb', line 85

def supports_notifications?
    supports_notifications
end