Class: Riser::DRbSingleProcessService
- Inherits:
-
Struct
- Object
- Struct
- Riser::DRbSingleProcessService
- Defined in:
- lib/riser/services.rb
Overview
:nodoc:
Instance Attribute Summary collapse
-
#callable ⇒ Object
Returns the value of attribute callable.
-
#index ⇒ Object
Returns the value of attribute index.
-
#process_type ⇒ Object
Returns the value of attribute process_type.
Instance Attribute Details
#callable ⇒ Object
Returns the value of attribute callable
145 146 147 |
# File 'lib/riser/services.rb', line 145 def callable @callable end |
#index ⇒ Object
Returns the value of attribute index
145 146 147 |
# File 'lib/riser/services.rb', line 145 def index @index end |
#process_type ⇒ Object
Returns the value of attribute process_type
145 146 147 |
# File 'lib/riser/services.rb', line 145 def process_type @process_type end |