Class: Aranha::Parsers::Ofx::Data::SignOn
- Inherits:
-
Object
- Object
- Aranha::Parsers::Ofx::Data::SignOn
- Defined in:
- lib/aranha/parsers/ofx/data/sign_on.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.
8 9 10 |
# File 'lib/aranha/parsers/ofx/data/sign_on.rb', line 8 def date @date end |
#institute ⇒ Object
Returns the value of attribute institute.
8 9 10 |
# File 'lib/aranha/parsers/ofx/data/sign_on.rb', line 8 def institute @institute end |
#language ⇒ Object
Returns the value of attribute language.
8 9 10 |
# File 'lib/aranha/parsers/ofx/data/sign_on.rb', line 8 def language @language end |
#status ⇒ Object
Returns the value of attribute status.
8 9 10 |
# File 'lib/aranha/parsers/ofx/data/sign_on.rb', line 8 def status @status end |