Class: OFX::CreditCardStatementMessageSetProfile
- Inherits:
-
MessageSetProfile
- Object
- MessageSetProfile
- OFX::CreditCardStatementMessageSetProfile
- Defined in:
- lib/ofx/credit_card_statement_message_set.rb,
lib/ofx/1.0.2/credit_card_statement_message_set.rb
Instance Attribute Summary collapse
-
#closing_statement_available ⇒ Object
Returns the value of attribute closing_statement_available.
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
Instance Method Summary collapse
Methods inherited from MessageSetProfile
#from_ofx_102_hash, #requires_transport_security?, #supports_response_file_error_recovery?
Instance Attribute Details
#closing_statement_available ⇒ Object
Returns the value of attribute closing_statement_available.
33 34 35 |
# File 'lib/ofx/credit_card_statement_message_set.rb', line 33 def closing_statement_available @closing_statement_available end |
Class Method Details
.from_ofx_102_hash(message_set_description_hash) ⇒ Object
52 53 54 55 56 57 58 59 60 |
# File 'lib/ofx/1.0.2/credit_card_statement_message_set.rb', line 52 def self.from_ofx_102_hash() profile = OFX::CreditCardStatementMessageSetProfile.new profile. = OFX::CreditCardStatementMessageSet profile.from_ofx_102_hash() profile.closing_statement_available = ['CLOSINGAVAIL'] == 'Y' profile end |
.message_set_class ⇒ Object
29 30 31 |
# File 'lib/ofx/credit_card_statement_message_set.rb', line 29 def self. CreditCardStatementMessageSet end |
Instance Method Details
#closing_statement_available? ⇒ Boolean
34 35 36 |
# File 'lib/ofx/credit_card_statement_message_set.rb', line 34 def closing_statement_available? closing_statement_available end |