Class: Kafkat::Topic
- Inherits:
-
Struct
- Object
- Struct
- Kafkat::Topic
- Defined in:
- lib/kafkat/cluster/topic.rb
Instance Attribute Summary collapse
-
#name ⇒ Object
Returns the value of attribute name.
-
#partitions ⇒ Object
Returns the value of attribute partitions.
Instance Attribute Details
#name ⇒ Object
Returns the value of attribute name
2 3 4 |
# File 'lib/kafkat/cluster/topic.rb', line 2 def name @name end |
#partitions ⇒ Object
Returns the value of attribute partitions
2 3 4 |
# File 'lib/kafkat/cluster/topic.rb', line 2 def partitions @partitions end |