Class: NewRelic::Agent::BrowserMonitoring::DummyTransaction

Inherits:
Object
  • Object
show all
Defined in:
lib/new_relic/agent/browser_monitoring.rb

Instance Method Summary collapse

Constructor Details

#initializeDummyTransaction

Returns a new instance of DummyTransaction.



13
14
15
# File 'lib/new_relic/agent/browser_monitoring.rb', line 13

def initialize
  @attributes = {}
end

Instance Method Details

#nameObject



25
26
27
# File 'lib/new_relic/agent/browser_monitoring.rb', line 25

def name
  ::NewRelic::Agent::UNKNOWN_METRIC
end

#queue_timeObject



21
22
23
# File 'lib/new_relic/agent/browser_monitoring.rb', line 21

def queue_time
  0.0
end

#user_attributesObject



17
18
19
# File 'lib/new_relic/agent/browser_monitoring.rb', line 17

def user_attributes
  @attributes
end