Class: Riser::SocketProcess

Inherits:
Struct
  • Object
show all
Defined in:
lib/riser/server.rb

Overview

:nodoc:

Instance Attribute Summary collapse

Instance Attribute Details

#ioObject

Returns the value of attribute io

Returns:

  • (Object)

    the current value of io



381
382
383
# File 'lib/riser/server.rb', line 381

def io
  @io
end

#pidObject

Returns the value of attribute pid

Returns:

  • (Object)

    the current value of pid



381
382
383
# File 'lib/riser/server.rb', line 381

def pid
  @pid
end