Class: Riser::LocalService

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

Overview

:nodoc:

Instance Attribute Summary collapse

Instance Attribute Details

#callableObject

Returns the value of attribute callable

Returns:

  • (Object)

    the current value of callable



322
323
324
# File 'lib/riser/services.rb', line 322

def callable
  @callable
end

#frontObject

Returns the value of attribute front

Returns:

  • (Object)

    the current value of front



322
323
324
# File 'lib/riser/services.rb', line 322

def front
  @front
end

#postprocessObject

Returns the value of attribute postprocess

Returns:

  • (Object)

    the current value of postprocess



322
323
324
# File 'lib/riser/services.rb', line 322

def postprocess
  @postprocess
end

#preprocessObject

Returns the value of attribute preprocess

Returns:

  • (Object)

    the current value of preprocess



322
323
324
# File 'lib/riser/services.rb', line 322

def preprocess
  @preprocess
end

#process_typeObject

Returns the value of attribute process_type

Returns:

  • (Object)

    the current value of process_type



322
323
324
# File 'lib/riser/services.rb', line 322

def process_type
  @process_type
end