Class: Trace
- Inherits:
-
Object
- Object
- Trace
- Defined in:
- lib/agent/trace.rb
Overview
Ruby version of a Trace
Instance Attribute Summary collapse
-
#root ⇒ Object
Returns the value of attribute root.
Instance Method Summary collapse
-
#initialize(id, date, server, appName, root) ⇒ Trace
constructor
A new instance of Trace.
Constructor Details
Instance Attribute Details
#root ⇒ Object
Returns the value of attribute root.
9 10 11 |
# File 'lib/agent/trace.rb', line 9 def root @root end |