Class: SpanTiming
- Inherits:
-
Struct
- Object
- Struct
- SpanTiming
- Defined in:
- lib/atatus/collector/base.rb
Instance Attribute Summary collapse
-
#duration ⇒ Object
Returns the value of attribute duration.
-
#end ⇒ Object
Returns the value of attribute end.
-
#id ⇒ Object
Returns the value of attribute id.
-
#name ⇒ Object
Returns the value of attribute name.
-
#start ⇒ Object
Returns the value of attribute start.
-
#subtype ⇒ Object
Returns the value of attribute subtype.
-
#transaction_id ⇒ Object
Returns the value of attribute transaction_id.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Attribute Details
#duration ⇒ Object
Returns the value of attribute duration
10 11 12 |
# File 'lib/atatus/collector/base.rb', line 10 def duration @duration end |
#end ⇒ Object
Returns the value of attribute end
10 11 12 |
# File 'lib/atatus/collector/base.rb', line 10 def end @end end |
#id ⇒ Object
Returns the value of attribute id
10 11 12 |
# File 'lib/atatus/collector/base.rb', line 10 def id @id end |
#name ⇒ Object
Returns the value of attribute name
10 11 12 |
# File 'lib/atatus/collector/base.rb', line 10 def name @name end |
#start ⇒ Object
Returns the value of attribute start
10 11 12 |
# File 'lib/atatus/collector/base.rb', line 10 def start @start end |
#subtype ⇒ Object
Returns the value of attribute subtype
10 11 12 |
# File 'lib/atatus/collector/base.rb', line 10 def subtype @subtype end |
#transaction_id ⇒ Object
Returns the value of attribute transaction_id
10 11 12 |
# File 'lib/atatus/collector/base.rb', line 10 def transaction_id @transaction_id end |
#type ⇒ Object
Returns the value of attribute type
10 11 12 |
# File 'lib/atatus/collector/base.rb', line 10 def type @type end |