Class: ElephantDriver::Tracker
- Inherits:
-
Object
- Object
- ElephantDriver::Tracker
- Defined in:
- lib/elephant-driver/tracker.rb
Instance Method Summary collapse
-
#initialize(cln, thrift_tracker) ⇒ Tracker
constructor
A new instance of Tracker.
Constructor Details
#initialize(cln, thrift_tracker) ⇒ Tracker
Returns a new instance of Tracker.
4 5 6 7 |
# File 'lib/elephant-driver/tracker.rb', line 4 def initialize(cln, thrift_tracker) @cln = cln @thrift_tracker = thrift_tracker end |