Class: WideEvent::Store::Sender::WireBatch
- Inherits:
-
Struct
- Object
- Struct
- WideEvent::Store::Sender::WireBatch
- Defined in:
- lib/wide_event/store/sender.rb
Instance Attribute Summary collapse
-
#attempts ⇒ Object
Returns the value of attribute attempts.
-
#batch_id ⇒ Object
Returns the value of attribute batch_id.
-
#compressed ⇒ Object
Returns the value of attribute compressed.
-
#drop_count ⇒ Object
Returns the value of attribute drop_count.
-
#json ⇒ Object
Returns the value of attribute json.
-
#loss_report_id ⇒ Object
Returns the value of attribute loss_report_id.
-
#sealed_at ⇒ Object
Returns the value of attribute sealed_at.
Instance Attribute Details
#attempts ⇒ Object
Returns the value of attribute attempts
30 31 32 |
# File 'lib/wide_event/store/sender.rb', line 30 def attempts @attempts end |
#batch_id ⇒ Object
Returns the value of attribute batch_id
30 31 32 |
# File 'lib/wide_event/store/sender.rb', line 30 def batch_id @batch_id end |
#compressed ⇒ Object
Returns the value of attribute compressed
30 31 32 |
# File 'lib/wide_event/store/sender.rb', line 30 def compressed @compressed end |
#drop_count ⇒ Object
Returns the value of attribute drop_count
30 31 32 |
# File 'lib/wide_event/store/sender.rb', line 30 def drop_count @drop_count end |
#json ⇒ Object
Returns the value of attribute json
30 31 32 |
# File 'lib/wide_event/store/sender.rb', line 30 def json @json end |
#loss_report_id ⇒ Object
Returns the value of attribute loss_report_id
30 31 32 |
# File 'lib/wide_event/store/sender.rb', line 30 def loss_report_id @loss_report_id end |
#sealed_at ⇒ Object
Returns the value of attribute sealed_at
30 31 32 |
# File 'lib/wide_event/store/sender.rb', line 30 def sealed_at @sealed_at end |