Class: Riser::DRbProcess

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

Overview

:nodoc:

Instance Attribute Summary collapse

Instance Attribute Details

#configObject

Returns the value of attribute config

Returns:

  • (Object)

    the current value of config



80
81
82
# File 'lib/riser/services.rb', line 80

def config
  @config
end

#latch_write_ioObject

Returns the value of attribute latch_write_io

Returns:

  • (Object)

    the current value of latch_write_io



80
81
82
# File 'lib/riser/services.rb', line 80

def latch_write_io
  @latch_write_io
end

#pidObject

Returns the value of attribute pid

Returns:

  • (Object)

    the current value of pid



80
81
82
# File 'lib/riser/services.rb', line 80

def pid
  @pid
end

#uriObject

Returns the value of attribute uri

Returns:

  • (Object)

    the current value of uri



80
81
82
# File 'lib/riser/services.rb', line 80

def uri
  @uri
end