Class: Bitfab::DeliveryReport
- Inherits:
-
Struct
- Object
- Struct
- Bitfab::DeliveryReport
- Defined in:
- lib/bitfab/http_client.rb
Overview
What a caller learns about one tracked trace once it takes it back.
Instance Attribute Summary collapse
-
#closed ⇒ Object
Returns the value of attribute closed.
-
#delivered ⇒ Object
Returns the value of attribute delivered.
-
#span_count ⇒ Object
Returns the value of attribute span_count.
Instance Attribute Details
#closed ⇒ Object
Returns the value of attribute closed
16 17 18 |
# File 'lib/bitfab/http_client.rb', line 16 def closed @closed end |
#delivered ⇒ Object
Returns the value of attribute delivered
16 17 18 |
# File 'lib/bitfab/http_client.rb', line 16 def delivered @delivered end |
#span_count ⇒ Object
Returns the value of attribute span_count
16 17 18 |
# File 'lib/bitfab/http_client.rb', line 16 def span_count @span_count end |