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