Class: Bitfab::Otel::CarrierMeta
- Inherits:
-
Struct
- Object
- Struct
- Bitfab::Otel::CarrierMeta
- Defined in:
- lib/bitfab/otel.rb
Overview
Everything the transport needs to know ABOUT a payload without reading one. Supplied by the caller that built it; each field falls back to something the transport can decide without looking inside.
ref is nil for carriers nobody accounts for, name defaults to
"bitfab.
Instance Attribute Summary collapse
-
#ended_at ⇒ Object
Returns the value of attribute ended_at.
-
#errored ⇒ Object
Returns the value of attribute errored.
-
#name ⇒ Object
Returns the value of attribute name.
-
#ref ⇒ Object
Returns the value of attribute ref.
-
#started_at ⇒ Object
Returns the value of attribute started_at.
Instance Attribute Details
#ended_at ⇒ Object
Returns the value of attribute ended_at
67 68 69 |
# File 'lib/bitfab/otel.rb', line 67 def ended_at @ended_at end |
#errored ⇒ Object
Returns the value of attribute errored
67 68 69 |
# File 'lib/bitfab/otel.rb', line 67 def errored @errored end |
#name ⇒ Object
Returns the value of attribute name
67 68 69 |
# File 'lib/bitfab/otel.rb', line 67 def name @name end |
#ref ⇒ Object
Returns the value of attribute ref
67 68 69 |
# File 'lib/bitfab/otel.rb', line 67 def ref @ref end |
#started_at ⇒ Object
Returns the value of attribute started_at
67 68 69 |
# File 'lib/bitfab/otel.rb', line 67 def started_at @started_at end |