Class: KafkaSyrup::Protocol::ProduceResponse::Topic
- Inherits:
-
Struct
- Object
- Struct
- KafkaSyrup::Protocol::ProduceResponse::Topic
- Defined in:
- lib/kafka_syrup/protocol/produce_response.rb
Instance Attribute Summary collapse
-
#name ⇒ Object
Returns the value of attribute name.
-
#partitions ⇒ Object
Returns the value of attribute partitions.
Class Method Summary collapse
Instance Method Summary collapse
Instance Attribute Details
#name ⇒ Object
Returns the value of attribute name
28 29 30 |
# File 'lib/kafka_syrup/protocol/produce_response.rb', line 28 def name @name end |
#partitions ⇒ Object
Returns the value of attribute partitions
28 29 30 |
# File 'lib/kafka_syrup/protocol/produce_response.rb', line 28 def partitions @partitions end |