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



433
434
435
# File 'lib/riser/server.rb', line 433

def io
  @io
end

#pidObject

Returns the value of attribute pid

Returns:

  • (Object)

    the current value of pid



433
434
435
# File 'lib/riser/server.rb', line 433

def pid
  @pid
end