Class: Barney::Share::StreamPair Private
- Inherits:
-
Struct
- Object
- Struct
- Barney::Share::StreamPair
- Defined in:
- lib/barney/share.rb
This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.
Instance Attribute Summary (collapse)
-
- (IO) in
The pipe which is used to read data.
-
- (IO) out
The pipe which is used to write data.
-
- (Fixnum) seq
The associated sequence number.
Instance Attribute Details
- (IO) in
The pipe which is used to read data.
9 10 11 |
# File 'lib/barney/share.rb', line 9 def in @in end |
- (IO) out
The pipe which is used to write data.
9 10 11 |
# File 'lib/barney/share.rb', line 9 def out @out end |
- (Fixnum) seq
The associated sequence number.
9 10 11 |
# File 'lib/barney/share.rb', line 9 def seq @seq end |