Class: Riser::DRbProcess
- Inherits:
-
Struct
- Object
- Struct
- Riser::DRbProcess
- Defined in:
- lib/riser/services.rb
Overview
:nodoc:
Instance Attribute Summary collapse
-
#config ⇒ Object
Returns the value of attribute config.
-
#latch_write_io ⇒ Object
Returns the value of attribute latch_write_io.
-
#pid ⇒ Object
Returns the value of attribute pid.
-
#uri ⇒ Object
Returns the value of attribute uri.
Instance Attribute Details
#config ⇒ Object
Returns the value of attribute config
80 81 82 |
# File 'lib/riser/services.rb', line 80 def config @config end |
#latch_write_io ⇒ Object
Returns the value of attribute latch_write_io
80 81 82 |
# File 'lib/riser/services.rb', line 80 def latch_write_io @latch_write_io end |
#pid ⇒ Object
Returns the value of attribute pid
80 81 82 |
# File 'lib/riser/services.rb', line 80 def pid @pid end |
#uri ⇒ Object
Returns the value of attribute uri
80 81 82 |
# File 'lib/riser/services.rb', line 80 def uri @uri end |