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.
-
#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
18 19 20 |
# File 'lib/bitfab/http_client.rb', line 18 def acked_span_ids @acked_span_ids end |
#closed ⇒ Object
Returns the value of attribute closed
18 19 20 |
# File 'lib/bitfab/http_client.rb', line 18 def closed @closed end |
#closing_acked ⇒ Object
Returns the value of attribute closing_acked
18 19 20 |
# File 'lib/bitfab/http_client.rb', line 18 def closing_acked @closing_acked end |
#submitted_span_ids ⇒ Object
Returns the value of attribute submitted_span_ids
18 19 20 |
# File 'lib/bitfab/http_client.rb', line 18 def submitted_span_ids @submitted_span_ids end |