Class: Cod::Bidir::OtherEnd

Inherits:
Struct
  • Object
show all
Defined in:
lib/cod/bidir.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

#pathObject

Returns the value of attribute path

Returns:

  • (Object)

    the current value of path



80
81
82
# File 'lib/cod/bidir.rb', line 80

def path
  @path
end