Class: HyperMiner
- Inherits:
-
Object
- Object
- HyperMiner
- Defined in:
- lib/hyper_miner.rb
Instance Method Summary collapse
-
#initialize(resource_url) ⇒ HyperMiner
constructor
A new instance of HyperMiner.
- #mine(&block) ⇒ Object
Constructor Details
#initialize(resource_url) ⇒ HyperMiner
Returns a new instance of HyperMiner.
8 9 10 |
# File 'lib/hyper_miner.rb', line 8 def initialize(resource_url) @resource_url = resource_url end |