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
11 12 13 |
# File 'lib/atatus/collector/base.rb', line 11 def duration @duration end |
#end ⇒ Object
Returns the value of attribute end
11 12 13 |
# File 'lib/atatus/collector/base.rb', line 11 def end @end end |
#id ⇒ Object
Returns the value of attribute id
11 12 13 |
# File 'lib/atatus/collector/base.rb', line 11 def id @id end |
#name ⇒ Object
Returns the value of attribute name
11 12 13 |
# File 'lib/atatus/collector/base.rb', line 11 def name @name end |
#start ⇒ Object
Returns the value of attribute start
11 12 13 |
# File 'lib/atatus/collector/base.rb', line 11 def start @start end |
#subtype ⇒ Object
Returns the value of attribute subtype
11 12 13 |
# File 'lib/atatus/collector/base.rb', line 11 def subtype @subtype end |
#transaction_id ⇒ Object
Returns the value of attribute transaction_id
11 12 13 |
# File 'lib/atatus/collector/base.rb', line 11 def transaction_id @transaction_id end |
#type ⇒ Object
Returns the value of attribute type
11 12 13 |
# File 'lib/atatus/collector/base.rb', line 11 def type @type end |