Method: NewRelic::Agent::Transaction#start_time

Defined in:
lib/new_relic/agent/transaction.rb

#start_timeObject

A Time instance for the start time, never nil


58
59
60
# File 'lib/new_relic/agent/transaction.rb', line 58

def start_time
  @start_time
end