Class: Riser::DRbService

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

Overview

:nodoc:

Constant Summary collapse

NO_CALL =

:nodoc:

proc{|front| }

Instance Attribute Summary collapse

Instance Attribute Details

#at_forkObject

Returns the value of attribute at_fork



9
10
11
# File 'lib/riser/services.rb', line 9

def at_fork
  @at_fork
end

#frontObject

Returns the value of attribute front



9
10
11
# File 'lib/riser/services.rb', line 9

def front
  @front
end

#postprocessObject

Returns the value of attribute postprocess



9
10
11
# File 'lib/riser/services.rb', line 9

def postprocess
  @postprocess
end

#preprocessObject

Returns the value of attribute preprocess



9
10
11
# File 'lib/riser/services.rb', line 9

def preprocess
  @preprocess
end

#refObject

Returns the value of attribute ref



9
10
11
# File 'lib/riser/services.rb', line 9

def ref
  @ref
end