Class: Aerospike::Peers::Parse::Object

Inherits:
Struct
  • Object
show all
Defined in:
lib/aerospike/peers/parse.rb

Overview

Object representing the parsed response from peers command

Instance Attribute Summary collapse

Instance Attribute Details

#generationObject

Returns the value of attribute generation

Returns:

  • (Object)

    the current value of generation



25
26
27
# File 'lib/aerospike/peers/parse.rb', line 25

def generation
  @generation
end

#peersObject

Returns the value of attribute peers

Returns:

  • (Object)

    the current value of peers



25
26
27
# File 'lib/aerospike/peers/parse.rb', line 25

def peers
  @peers
end

#port_defaultObject

Returns the value of attribute port_default

Returns:

  • (Object)

    the current value of port_default



25
26
27
# File 'lib/aerospike/peers/parse.rb', line 25

def port_default
  @port_default
end