Class: Bitfab::DeliveryReport

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#closedObject

Returns the value of attribute closed

Returns:

  • (Object)

    the current value of closed



16
17
18
# File 'lib/bitfab/http_client.rb', line 16

def closed
  @closed
end

#deliveredObject

Returns the value of attribute delivered

Returns:

  • (Object)

    the current value of delivered



16
17
18
# File 'lib/bitfab/http_client.rb', line 16

def delivered
  @delivered
end

#span_countObject

Returns the value of attribute span_count

Returns:

  • (Object)

    the current value of span_count



16
17
18
# File 'lib/bitfab/http_client.rb', line 16

def span_count
  @span_count
end