Class: Zold::HungryWallets

Inherits:
SimpleDelegator
  • Object
show all
Defined in:
lib/zold/hungry_wallets.rb

Overview

Wallets decorator that adds missing wallets to the queue to be pulled later.

Instance Method Summary collapse

Instance Method Details

#find(id) ⇒ Object

TODO:

#280:30min Add to the queue. Once in there, try to pull it as soon as possible as is described in #280.



8
9
10
# File 'lib/zold/hungry_wallets.rb', line 8

def find(id)
  super(id)
end