Class: Cod::Bidir::OtherEnd
- Inherits:
-
Struct
- Object
- Struct
- Cod::Bidir::OtherEnd
- 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
-
#path ⇒ Object
Returns the value of attribute path.
Instance Attribute Details
#path ⇒ Object
Returns the value of attribute path
80 81 82 |
# File 'lib/cod/bidir.rb', line 80 def path @path end |