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



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

def callable
  @callable
end

#frontObject

Returns the value of attribute front

Returns:

  • (Object)

    the current value of front



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

def front
  @front
end

#postprocessObject

Returns the value of attribute postprocess

Returns:

  • (Object)

    the current value of postprocess



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

def postprocess
  @postprocess
end

#preprocessObject

Returns the value of attribute preprocess

Returns:

  • (Object)

    the current value of preprocess



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

def preprocess
  @preprocess
end

#process_typeObject

Returns the value of attribute process_type

Returns:

  • (Object)

    the current value of process_type



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

def process_type
  @process_type
end