Class: Bitfab::TraceDelivery
- Inherits:
-
Struct
- Object
- Struct
- Bitfab::TraceDelivery
- Defined in:
- lib/bitfab/http_client.rb
Instance Attribute Summary collapse
-
#acked_span_ids ⇒ Object
Returns the value of attribute acked_span_ids.
-
#closed ⇒ Object
Returns the value of attribute closed.
-
#closing_acked ⇒ Object
Returns the value of attribute closing_acked.
-
#server_trace_id ⇒ Object
Returns the value of attribute server_trace_id.
-
#submitted_span_ids ⇒ Object
Returns the value of attribute submitted_span_ids.
Instance Attribute Details
#acked_span_ids ⇒ Object
Returns the value of attribute acked_span_ids
20 21 22 |
# File 'lib/bitfab/http_client.rb', line 20 def acked_span_ids @acked_span_ids end |
#closed ⇒ Object
Returns the value of attribute closed
20 21 22 |
# File 'lib/bitfab/http_client.rb', line 20 def closed @closed end |
#closing_acked ⇒ Object
Returns the value of attribute closing_acked
20 21 22 |
# File 'lib/bitfab/http_client.rb', line 20 def closing_acked @closing_acked end |
#server_trace_id ⇒ Object
Returns the value of attribute server_trace_id
20 21 22 |
# File 'lib/bitfab/http_client.rb', line 20 def server_trace_id @server_trace_id end |
#submitted_span_ids ⇒ Object
Returns the value of attribute submitted_span_ids
20 21 22 |
# File 'lib/bitfab/http_client.rb', line 20 def submitted_span_ids @submitted_span_ids end |