Class: Cod::TcpClient::OtherEnd

Inherits:
Struct
  • Object
show all
Defined in:
lib/cod/tcp_client.rb

Overview

A small structure that is constructed for a serialized tcp client on the other end (the deserializing end). What the deserializing code does with this is his problem.

Instance Attribute Summary collapse

Instance Attribute Details

#destinationObject

Returns the value of attribute destination

Returns:

  • (Object)

    the current value of destination



123
124
125
# File 'lib/cod/tcp_client.rb', line 123

def destination
  @destination
end