Method: Analytical::Modules::Performancing#initialize

Defined in:
lib/analytical/modules/performancing.rb

#initialize(options = {}) ⇒ Performancing

Returns a new instance of Performancing.



6
7
8
9
# File 'lib/analytical/modules/performancing.rb', line 6

def initialize(options={})
  super
  @tracking_command_location = :body_append
end