Method: Houdah::Tracker#initialize

Defined in:
lib/houdah/tracker.rb

#initialize(client, thrift_tracker) ⇒ Tracker

Returns a new instance of Tracker.



6
7
8
9
# File 'lib/houdah/tracker.rb', line 6

def initialize(client, thrift_tracker)
  @client = client
  @thrift_tracker = thrift_tracker
end