Class: Aerospike::Peer
- Inherits:
-
Object
- Object
- Aerospike::Peer
- Defined in:
- lib/aerospike/peer.rb
Instance Attribute Summary collapse
-
#hosts ⇒ Object
Returns the value of attribute hosts.
-
#node_name ⇒ Object
Returns the value of attribute node_name.
-
#tls_name ⇒ Object
Returns the value of attribute tls_name.
Instance Attribute Details
#hosts ⇒ Object
Returns the value of attribute hosts.
22 23 24 |
# File 'lib/aerospike/peer.rb', line 22 def hosts @hosts end |
#node_name ⇒ Object
Returns the value of attribute node_name.
22 23 24 |
# File 'lib/aerospike/peer.rb', line 22 def node_name @node_name end |
#tls_name ⇒ Object
Returns the value of attribute tls_name.
22 23 24 |
# File 'lib/aerospike/peer.rb', line 22 def tls_name @tls_name end |