Module: KineticRuby

Defined in:
lib/version.rb,
lib/kinetic_pdu.rb,
lib/kinetic-ruby.rb,
lib/kinetic_proto.rb,
lib/kinetic_logger.rb,
lib/kinetic_server.rb,
lib/kinetic_constants.rb

Defined Under Namespace

Modules: Rake Classes: Client, ClientProvider, Logger, PDU, Proto, Server

Constant Summary collapse

VERSION =
'0.6.3'
PROTOCOL_VERSION =
'v2.0.4'
DEFAULT_KINETIC_PORT =
8123
TEST_KINETIC_PORT =
8999

Instance Attribute Summary collapse

Instance Attribute Details

#headerObject (readonly)

Returns the value of attribute header.



3
4
5
# File 'lib/kinetic_pdu.rb', line 3

def header
  @header
end

#protobufObject (readonly)

Returns the value of attribute protobuf.



3
4
5
# File 'lib/kinetic_pdu.rb', line 3

def protobuf
  @protobuf
end

#valueObject (readonly)

Returns the value of attribute value.



3
4
5
# File 'lib/kinetic_pdu.rb', line 3

def value
  @value
end