Module: CoreExtensions::Kafka::Protocol::MetadataResponse::PartitionMetadata::AttrReaders
- Defined in:
- lib/core_extensions/kafka/protocol/metadata_response/partition_metadata/attr_readers.rb
Instance Attribute Summary collapse
-
#isr ⇒ Object
readonly
Returns the value of attribute isr.
-
#replicas ⇒ Object
readonly
Returns the value of attribute replicas.
Instance Attribute Details
#isr ⇒ Object (readonly)
Returns the value of attribute isr.
9 10 11 |
# File 'lib/core_extensions/kafka/protocol/metadata_response/partition_metadata/attr_readers.rb', line 9 def isr @isr end |
#replicas ⇒ Object (readonly)
Returns the value of attribute replicas.
9 10 11 |
# File 'lib/core_extensions/kafka/protocol/metadata_response/partition_metadata/attr_readers.rb', line 9 def replicas @replicas end |