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
381 382 383 |
# File 'lib/riser/server.rb', line 381 def io @io end |
#pid ⇒ Object
Returns the value of attribute pid
381 382 383 |
# File 'lib/riser/server.rb', line 381 def pid @pid end |