Class: NewRelic::Agent::TransactionTimeAggregator::TransactionStats
- Inherits:
-
Struct
- Object
- Struct
- NewRelic::Agent::TransactionTimeAggregator::TransactionStats
- Defined in:
- lib/new_relic/agent/transaction_time_aggregator.rb
Instance Attribute Summary collapse
-
#elapsed_transaction_time ⇒ Object
Returns the value of attribute elapsed_transaction_time.
-
#transaction_started_at ⇒ Object
Returns the value of attribute transaction_started_at.
Instance Attribute Details
#elapsed_transaction_time ⇒ Object
Returns the value of attribute elapsed_transaction_time
15 16 17 |
# File 'lib/new_relic/agent/transaction_time_aggregator.rb', line 15 def elapsed_transaction_time @elapsed_transaction_time end |
#transaction_started_at ⇒ Object
Returns the value of attribute transaction_started_at
15 16 17 |
# File 'lib/new_relic/agent/transaction_time_aggregator.rb', line 15 def transaction_started_at @transaction_started_at end |