Class: Ndo::Pipe
- Inherits:
-
Struct
- Object
- Struct
- Ndo::Pipe
- Defined in:
- lib/ndo/popen.rb
Instance Attribute Summary collapse
-
#read ⇒ Object
Returns the value of attribute read.
-
#write ⇒ Object
Returns the value of attribute write.
Instance Attribute Details
#read ⇒ Object
Returns the value of attribute read
20 21 22 |
# File 'lib/ndo/popen.rb', line 20 def read @read end |
#write ⇒ Object
Returns the value of attribute write
20 21 22 |
# File 'lib/ndo/popen.rb', line 20 def write @write end |