Class: Purview::Pullers::Base
- Includes:
- Mixins::Logger
- Defined in:
- lib/purview/pullers/base.rb
Instance Method Summary collapse
-
#initialize(opts = {}) ⇒ Base
constructor
A new instance of Base.
- #pull(window) ⇒ Object
Methods included from Mixins::Logger
#logger, #logger_opts, #logger_type, #with_context_logging
Constructor Details
#initialize(opts = {}) ⇒ Base
Returns a new instance of Base.
4 5 6 |
# File 'lib/purview/pullers/base.rb', line 4 def initialize(opts={}) @opts = opts end |