Class: Riser::DRbSingleProcessService

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



145
146
147
# File 'lib/riser/services.rb', line 145

def callable
  @callable
end

#indexObject

Returns the value of attribute index

Returns:

  • (Object)

    the current value of index



145
146
147
# File 'lib/riser/services.rb', line 145

def index
  @index
end

#process_typeObject

Returns the value of attribute process_type

Returns:

  • (Object)

    the current value of process_type



145
146
147
# File 'lib/riser/services.rb', line 145

def process_type
  @process_type
end