Class: Kafkat::Broker
- Inherits:
-
Struct
- Object
- Struct
- Kafkat::Broker
- Defined in:
- lib/kafkat/cluster/broker.rb
Instance Attribute Summary collapse
-
#host ⇒ Object
Returns the value of attribute host.
-
#id ⇒ Object
Returns the value of attribute id.
-
#port ⇒ Object
Returns the value of attribute port.
Instance Attribute Details
#host ⇒ Object
Returns the value of attribute host
2 3 4 |
# File 'lib/kafkat/cluster/broker.rb', line 2 def host @host end |
#id ⇒ Object
Returns the value of attribute id
2 3 4 |
# File 'lib/kafkat/cluster/broker.rb', line 2 def id @id end |
#port ⇒ Object
Returns the value of attribute port
2 3 4 |
# File 'lib/kafkat/cluster/broker.rb', line 2 def port @port end |