Class: DiscordRDA::Tracer::Span
- Inherits:
-
Struct
- Object
- Struct
- DiscordRDA::Tracer::Span
- Defined in:
- lib/discord_rda/core/tracer.rb
Instance Attribute Summary collapse
-
#attributes ⇒ Object
Returns the value of attribute attributes.
-
#error ⇒ Object
Returns the value of attribute error.
-
#finished_at ⇒ Object
Returns the value of attribute finished_at.
-
#name ⇒ Object
Returns the value of attribute name.
-
#started_at ⇒ Object
Returns the value of attribute started_at.
Instance Attribute Details
#attributes ⇒ Object
Returns the value of attribute attributes
5 6 7 |
# File 'lib/discord_rda/core/tracer.rb', line 5 def attributes @attributes end |
#error ⇒ Object
Returns the value of attribute error
5 6 7 |
# File 'lib/discord_rda/core/tracer.rb', line 5 def error @error end |
#finished_at ⇒ Object
Returns the value of attribute finished_at
5 6 7 |
# File 'lib/discord_rda/core/tracer.rb', line 5 def finished_at @finished_at end |
#name ⇒ Object
Returns the value of attribute name
5 6 7 |
# File 'lib/discord_rda/core/tracer.rb', line 5 def name @name end |
#started_at ⇒ Object
Returns the value of attribute started_at
5 6 7 |
# File 'lib/discord_rda/core/tracer.rb', line 5 def started_at @started_at end |