Class: FakeWaterDropClient::Report
- Inherits:
-
Struct
- Object
- Struct
- FakeWaterDropClient::Report
- Defined in:
- lib/sbmt/kafka_producer/testing/configure_producer_client.rb
Instance Attribute Summary collapse
-
#offset ⇒ Object
Returns the value of attribute offset.
-
#partition ⇒ Object
Returns the value of attribute partition.
-
#topic_name ⇒ Object
Returns the value of attribute topic_name.
Instance Attribute Details
#offset ⇒ Object
Returns the value of attribute offset
4 5 6 |
# File 'lib/sbmt/kafka_producer/testing/configure_producer_client.rb', line 4 def offset @offset end |
#partition ⇒ Object
Returns the value of attribute partition
4 5 6 |
# File 'lib/sbmt/kafka_producer/testing/configure_producer_client.rb', line 4 def partition @partition end |
#topic_name ⇒ Object
Returns the value of attribute topic_name
4 5 6 |
# File 'lib/sbmt/kafka_producer/testing/configure_producer_client.rb', line 4 def topic_name @topic_name end |