Class: PollterGeist::Poller
- Inherits:
-
Object
- Object
- PollterGeist::Poller
- Defined in:
- lib/pollter_geist/poller.rb
Constant Summary collapse
- LOGGER =
Logger.new(STDOUT)
Instance Method Summary collapse
-
#initialize(options) ⇒ Poller
constructor
A new instance of Poller.
- #session(&block) ⇒ Object
Constructor Details
#initialize(options) ⇒ Poller
Returns a new instance of Poller.
8 9 10 |
# File 'lib/pollter_geist/poller.rb', line 8 def initialize = end |
Instance Method Details
#session(&block) ⇒ Object
12 13 14 |
# File 'lib/pollter_geist/poller.rb', line 12 def session &block start(&block) end |