Class: ElephantDriver::Tracker

Inherits:
Object
  • Object
show all
Defined in:
lib/elephant-driver/tracker.rb

Instance Method Summary collapse

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