Class: Async::Redis::ClusterClient::Node
- Inherits:
-
Struct
- Object
- Struct
- Async::Redis::ClusterClient::Node
- Defined in:
- lib/async/redis/cluster_client.rb
Instance Attribute Summary collapse
-
#client ⇒ Object
Returns the value of attribute client.
-
#endpoint ⇒ Object
Returns the value of attribute endpoint.
-
#health ⇒ Object
Returns the value of attribute health.
-
#id ⇒ Object
Returns the value of attribute id.
-
#role ⇒ Object
Returns the value of attribute role.
Instance Attribute Details
#client ⇒ Object
Returns the value of attribute client
28 29 30 |
# File 'lib/async/redis/cluster_client.rb', line 28 def client @client end |
#endpoint ⇒ Object
Returns the value of attribute endpoint
28 29 30 |
# File 'lib/async/redis/cluster_client.rb', line 28 def endpoint @endpoint end |
#health ⇒ Object
Returns the value of attribute health
28 29 30 |
# File 'lib/async/redis/cluster_client.rb', line 28 def health @health end |
#id ⇒ Object
Returns the value of attribute id
28 29 30 |
# File 'lib/async/redis/cluster_client.rb', line 28 def id @id end |
#role ⇒ Object
Returns the value of attribute role
28 29 30 |
# File 'lib/async/redis/cluster_client.rb', line 28 def role @role end |