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

Returns:

  • (Object)

    the current value of 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

Returns:

  • (Object)

    the current value of front



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

def front
  @front
end

#postprocessObject

Returns the value of attribute postprocess

Returns:

  • (Object)

    the current value of postprocess



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

def postprocess
  @postprocess
end

#preprocessObject

Returns the value of attribute preprocess

Returns:

  • (Object)

    the current value of preprocess



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

def preprocess
  @preprocess
end

#refObject

Returns the value of attribute ref

Returns:

  • (Object)

    the current value of ref



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

def ref
  @ref
end