class FDIC::BankFind::Institution
Public Instance Methods
find_branches!()
click to toggle source
# File lib/fdic/bank_find/institution.rb, line 38 def find_branches! @branches ||= BankFind.find_branches(certificate_number) end
find_history_events!()
click to toggle source
# File lib/fdic/bank_find/institution.rb, line 34 def find_history_events! @history_events ||= BankFind.find_history_events(legal_name, certificate_number) end