Class: OfxParser::SignOn
- Inherits:
-
Object
- Object
- OfxParser::SignOn
- Defined in:
- lib/ofx_parser/ofx.rb
Instance Attribute Summary collapse
-
#date ⇒ Object
Returns the value of attribute date.
-
#institute ⇒ Object
Returns the value of attribute institute.
-
#language ⇒ Object
Returns the value of attribute language.
-
#status ⇒ Object
Returns the value of attribute status.
Instance Attribute Details
#date ⇒ Object
Returns the value of attribute date.
21 22 23 |
# File 'lib/ofx_parser/ofx.rb', line 21 def date @date end |
#institute ⇒ Object
Returns the value of attribute institute.
21 22 23 |
# File 'lib/ofx_parser/ofx.rb', line 21 def institute @institute end |
#language ⇒ Object
Returns the value of attribute language.
21 22 23 |
# File 'lib/ofx_parser/ofx.rb', line 21 def language @language end |
#status ⇒ Object
Returns the value of attribute status.
21 22 23 |
# File 'lib/ofx_parser/ofx.rb', line 21 def status @status end |