Class: KafkaSyrup::Protocol::MetadataResponse::Topic
- Inherits:
-
Struct
- Object
- Struct
- KafkaSyrup::Protocol::MetadataResponse::Topic
- Defined in:
- lib/kafka_syrup/protocol/metadata_response.rb
Instance Attribute Summary collapse
-
#code ⇒ Object
Returns the value of attribute code.
-
#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
#code ⇒ Object
Returns the value of attribute code
58 59 60 |
# File 'lib/kafka_syrup/protocol/metadata_response.rb', line 58 def code @code end |
#name ⇒ Object
Returns the value of attribute name
58 59 60 |
# File 'lib/kafka_syrup/protocol/metadata_response.rb', line 58 def name @name end |
#partitions ⇒ Object
Returns the value of attribute partitions
58 59 60 |
# File 'lib/kafka_syrup/protocol/metadata_response.rb', line 58 def partitions @partitions end |