Class: KafkaSyrup::Protocol::OffsetRequest::Partition
- Inherits:
-
Struct
- Object
- Struct
- KafkaSyrup::Protocol::OffsetRequest::Partition
- Defined in:
- lib/kafka_syrup/protocol/offset_request.rb
Instance Attribute Summary collapse
-
#id ⇒ Object
Returns the value of attribute id.
-
#max_offsets ⇒ Object
Returns the value of attribute max_offsets.
-
#time ⇒ Object
Returns the value of attribute time.
Instance Method Summary collapse
Instance Attribute Details
#id ⇒ Object
Returns the value of attribute id
42 43 44 |
# File 'lib/kafka_syrup/protocol/offset_request.rb', line 42 def id @id end |
#max_offsets ⇒ Object
Returns the value of attribute max_offsets
42 43 44 |
# File 'lib/kafka_syrup/protocol/offset_request.rb', line 42 def max_offsets @max_offsets end |
#time ⇒ Object
Returns the value of attribute time
42 43 44 |
# File 'lib/kafka_syrup/protocol/offset_request.rb', line 42 def time @time end |