Class: Riser::DRbService
- Inherits:
-
Struct
- Object
- Struct
- Riser::DRbService
- Defined in:
- lib/riser/services.rb
Overview
:nodoc:
Constant Summary collapse
- NO_CALL =
:nodoc:
proc{|front| }
Instance Attribute Summary collapse
-
#at_fork ⇒ Object
Returns the value of attribute at_fork.
-
#front ⇒ Object
Returns the value of attribute front.
-
#postprocess ⇒ Object
Returns the value of attribute postprocess.
-
#preprocess ⇒ Object
Returns the value of attribute preprocess.
-
#ref ⇒ Object
Returns the value of attribute ref.
Instance Attribute Details
#at_fork ⇒ Object
Returns the value of attribute at_fork
9 10 11 |
# File 'lib/riser/services.rb', line 9 def at_fork @at_fork end |
#front ⇒ Object
Returns the value of attribute front
9 10 11 |
# File 'lib/riser/services.rb', line 9 def front @front end |
#postprocess ⇒ Object
Returns the value of attribute postprocess
9 10 11 |
# File 'lib/riser/services.rb', line 9 def postprocess @postprocess end |
#preprocess ⇒ Object
Returns the value of attribute preprocess
9 10 11 |
# File 'lib/riser/services.rb', line 9 def preprocess @preprocess end |
#ref ⇒ Object
Returns the value of attribute ref
9 10 11 |
# File 'lib/riser/services.rb', line 9 def ref @ref end |