Class: Riser::SocketProcess
- Inherits:
-
Struct
- Object
- Struct
- Riser::SocketProcess
- Defined in:
- lib/riser/server.rb
Overview
:nodoc:
Instance Attribute Summary collapse
-
#io ⇒ Object
Returns the value of attribute io.
-
#pid ⇒ Object
Returns the value of attribute pid.
Instance Attribute Details
#io ⇒ Object
Returns the value of attribute io
433 434 435 |
# File 'lib/riser/server.rb', line 433 def io @io end |
#pid ⇒ Object
Returns the value of attribute pid
433 434 435 |
# File 'lib/riser/server.rb', line 433 def pid @pid end |