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