Class: Bitfab::Otel::RequestBatch
- Inherits:
-
Struct
- Object
- Struct
- Bitfab::Otel::RequestBatch
- Defined in:
- lib/bitfab/otel.rb
Instance Attribute Summary collapse
-
#size ⇒ Object
Returns the value of attribute size.
-
#spans ⇒ Object
Returns the value of attribute spans.
Instance Attribute Details
#size ⇒ Object
Returns the value of attribute size
52 53 54 |
# File 'lib/bitfab/otel.rb', line 52 def size @size end |
#spans ⇒ Object
Returns the value of attribute spans
52 53 54 |
# File 'lib/bitfab/otel.rb', line 52 def spans @spans end |