Class: WideEvent::Store::Client::Ack

Inherits:
Struct
  • Object
show all
Defined in:
lib/wide_event/store/client.rb

Instance Attribute Summary collapse

Instance Attribute Details

#batch_idObject

Returns the value of attribute batch_id

Returns:

  • (Object)

    the current value of batch_id



30
31
32
# File 'lib/wide_event/store/client.rb', line 30

def batch_id
  @batch_id
end

#duplicateObject

Returns the value of attribute duplicate

Returns:

  • (Object)

    the current value of duplicate



30
31
32
# File 'lib/wide_event/store/client.rb', line 30

def duplicate
  @duplicate
end

#protocol_versionObject

Returns the value of attribute protocol_version

Returns:

  • (Object)

    the current value of protocol_version



30
31
32
# File 'lib/wide_event/store/client.rb', line 30

def protocol_version
  @protocol_version
end

#warningsObject

Returns the value of attribute warnings

Returns:

  • (Object)

    the current value of warnings



30
31
32
# File 'lib/wide_event/store/client.rb', line 30

def warnings
  @warnings
end