Class: FakeWaterDropClient::Report

Inherits:
Struct
  • Object
show all
Defined in:
lib/sbmt/kafka_producer/testing/configure_producer_client.rb

Instance Attribute Summary collapse

Instance Attribute Details

#offsetObject

Returns the value of attribute offset

Returns:

  • (Object)

    the current value of offset



4
5
6
# File 'lib/sbmt/kafka_producer/testing/configure_producer_client.rb', line 4

def offset
  @offset
end

#partitionObject

Returns the value of attribute partition

Returns:

  • (Object)

    the current value of partition



4
5
6
# File 'lib/sbmt/kafka_producer/testing/configure_producer_client.rb', line 4

def partition
  @partition
end

#topic_nameObject

Returns the value of attribute topic_name

Returns:

  • (Object)

    the current value of topic_name



4
5
6
# File 'lib/sbmt/kafka_producer/testing/configure_producer_client.rb', line 4

def topic_name
  @topic_name
end