Class: MizuhoBank::MizuhoDirectInfo
- Inherits:
-
Object
- Object
- MizuhoBank::MizuhoDirectInfo
- Defined in:
- lib/mizuho_bank.rb
Instance Attribute Summary collapse
-
#informations ⇒ Object
reserved.
-
#last_logined_at ⇒ Object
Returns the value of attribute last_logined_at.
-
#latest_cache_flows ⇒ Object
Returns the value of attribute latest_cache_flows.
-
#mailaddr ⇒ Object
Returns the value of attribute mailaddr.
-
#main_account ⇒ Object
Returns the value of attribute main_account.
-
#username ⇒ Object
Returns the value of attribute username.
Instance Method Summary collapse
Instance Attribute Details
#informations ⇒ Object
reserved
397 398 399 |
# File 'lib/mizuho_bank.rb', line 397 def informations @informations end |
#last_logined_at ⇒ Object
Returns the value of attribute last_logined_at.
396 397 398 |
# File 'lib/mizuho_bank.rb', line 396 def last_logined_at @last_logined_at end |
#latest_cache_flows ⇒ Object
Returns the value of attribute latest_cache_flows.
399 400 401 |
# File 'lib/mizuho_bank.rb', line 399 def latest_cache_flows @latest_cache_flows end |
#mailaddr ⇒ Object
Returns the value of attribute mailaddr.
395 396 397 |
# File 'lib/mizuho_bank.rb', line 395 def mailaddr @mailaddr end |
#main_account ⇒ Object
Returns the value of attribute main_account.
398 399 400 |
# File 'lib/mizuho_bank.rb', line 398 def main_account @main_account end |
#username ⇒ Object
Returns the value of attribute username.
394 395 396 |
# File 'lib/mizuho_bank.rb', line 394 def username @username end |
Instance Method Details
#to_s ⇒ Object
401 402 403 |
# File 'lib/mizuho_bank.rb', line 401 def to_s "#<MizuhoDirectInfo #{username} #{mailaddr} #{main_account}>" end |