Class: KafkaSyrup::Protocol::MetadataResponse::Broker
- Inherits:
-
Struct
- Object
- Struct
- KafkaSyrup::Protocol::MetadataResponse::Broker
- Defined in:
- lib/kafka_syrup/protocol/metadata_response.rb
Instance Attribute Summary collapse
-
#host ⇒ Object
Returns the value of attribute host.
-
#node ⇒ Object
Returns the value of attribute node.
-
#port ⇒ Object
Returns the value of attribute port.
Class Method Summary collapse
Instance Method Summary collapse
Instance Attribute Details
#host ⇒ Object
Returns the value of attribute host
40 41 42 |
# File 'lib/kafka_syrup/protocol/metadata_response.rb', line 40 def host @host end |
#node ⇒ Object
Returns the value of attribute node
40 41 42 |
# File 'lib/kafka_syrup/protocol/metadata_response.rb', line 40 def node @node end |
#port ⇒ Object
Returns the value of attribute port
40 41 42 |
# File 'lib/kafka_syrup/protocol/metadata_response.rb', line 40 def port @port end |