Class: MizuhoBank::MizuhoDirectInfo

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#informationsObject

reserved



397
398
399
# File 'lib/mizuho_bank.rb', line 397

def informations
  @informations
end

#last_logined_atObject

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_flowsObject

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

#mailaddrObject

Returns the value of attribute mailaddr.



395
396
397
# File 'lib/mizuho_bank.rb', line 395

def mailaddr
  @mailaddr
end

#main_accountObject

Returns the value of attribute main_account.



398
399
400
# File 'lib/mizuho_bank.rb', line 398

def 
  @main_account
end

#usernameObject

Returns the value of attribute username.



394
395
396
# File 'lib/mizuho_bank.rb', line 394

def username
  @username
end

Instance Method Details

#to_sObject



401
402
403
# File 'lib/mizuho_bank.rb', line 401

def to_s
  "#<MizuhoDirectInfo #{username} #{mailaddr} #{}>"
end