Class: Mbanker::AccountsList
- Inherits:
-
Object
- Object
- Mbanker::AccountsList
- Defined in:
- lib/mbanker/accounts_list.rb
Instance Attribute Summary collapse
-
#accounts ⇒ Object
readonly
Returns the value of attribute accounts.
Instance Method Summary collapse
-
#initialize(crawler) ⇒ AccountsList
constructor
A new instance of AccountsList.
Constructor Details
#initialize(crawler) ⇒ AccountsList
Returns a new instance of AccountsList.
5 6 7 8 |
# File 'lib/mbanker/accounts_list.rb', line 5 def initialize crawler @crawler = crawler fetch_accounts end |
Instance Attribute Details
#accounts ⇒ Object (readonly)
Returns the value of attribute accounts.
3 4 5 |
# File 'lib/mbanker/accounts_list.rb', line 3 def accounts @accounts end |