Class: KafkaSyrup::Protocol::OffsetResponse::Partition
- Inherits:
-
Struct
- Object
- Struct
- KafkaSyrup::Protocol::OffsetResponse::Partition
- Defined in:
- lib/kafka_syrup/protocol/offset_response.rb
Instance Attribute Summary collapse
-
#code ⇒ Object
Returns the value of attribute code.
-
#id ⇒ Object
Returns the value of attribute id.
-
#offsets ⇒ Object
Returns the value of attribute offsets.
Class Method Summary collapse
Instance Method Summary collapse
Instance Attribute Details
#code ⇒ Object
Returns the value of attribute code
50 51 52 |
# File 'lib/kafka_syrup/protocol/offset_response.rb', line 50 def code @code end |
#id ⇒ Object
Returns the value of attribute id
50 51 52 |
# File 'lib/kafka_syrup/protocol/offset_response.rb', line 50 def id @id end |
#offsets ⇒ Object
Returns the value of attribute offsets
50 51 52 |
# File 'lib/kafka_syrup/protocol/offset_response.rb', line 50 def offsets @offsets end |