Class: WideEvent::Store::Client::Ack
- Inherits:
-
Struct
- Object
- Struct
- WideEvent::Store::Client::Ack
- Defined in:
- lib/wide_event/store/client.rb
Instance Attribute Summary collapse
-
#batch_id ⇒ Object
Returns the value of attribute batch_id.
-
#duplicate ⇒ Object
Returns the value of attribute duplicate.
-
#protocol_version ⇒ Object
Returns the value of attribute protocol_version.
-
#warnings ⇒ Object
Returns the value of attribute warnings.
Instance Attribute Details
#batch_id ⇒ Object
Returns the value of attribute batch_id
30 31 32 |
# File 'lib/wide_event/store/client.rb', line 30 def batch_id @batch_id end |
#duplicate ⇒ Object
Returns the value of attribute duplicate
30 31 32 |
# File 'lib/wide_event/store/client.rb', line 30 def duplicate @duplicate end |
#protocol_version ⇒ Object
Returns the value of attribute protocol_version
30 31 32 |
# File 'lib/wide_event/store/client.rb', line 30 def protocol_version @protocol_version end |
#warnings ⇒ Object
Returns the value of attribute warnings
30 31 32 |
# File 'lib/wide_event/store/client.rb', line 30 def warnings @warnings end |