Class: Aerospike::Peers::Parse::Object
- Inherits:
-
Struct
- Object
- Struct
- Aerospike::Peers::Parse::Object
- Defined in:
- lib/aerospike/peers/parse.rb
Overview
Object representing the parsed response from peers command
Instance Attribute Summary collapse
-
#generation ⇒ Object
Returns the value of attribute generation.
-
#peers ⇒ Object
Returns the value of attribute peers.
-
#port_default ⇒ Object
Returns the value of attribute port_default.
Instance Attribute Details
#generation ⇒ Object
Returns the value of attribute generation
25 26 27 |
# File 'lib/aerospike/peers/parse.rb', line 25 def generation @generation end |
#peers ⇒ Object
Returns the value of attribute peers
25 26 27 |
# File 'lib/aerospike/peers/parse.rb', line 25 def peers @peers end |
#port_default ⇒ Object
Returns the value of attribute port_default
25 26 27 |
# File 'lib/aerospike/peers/parse.rb', line 25 def port_default @port_default end |