Class: Riser::LocalService
- Inherits:
-
Struct
- Object
- Struct
- Riser::LocalService
- Defined in:
- lib/riser/services.rb
Overview
:nodoc:
Instance Attribute Summary collapse
-
#callable ⇒ Object
Returns the value of attribute callable.
-
#front ⇒ Object
Returns the value of attribute front.
-
#postprocess ⇒ Object
Returns the value of attribute postprocess.
-
#preprocess ⇒ Object
Returns the value of attribute preprocess.
-
#process_type ⇒ Object
Returns the value of attribute process_type.
Instance Attribute Details
#callable ⇒ Object
Returns the value of attribute callable
323 324 325 |
# File 'lib/riser/services.rb', line 323 def callable @callable end |
#front ⇒ Object
Returns the value of attribute front
323 324 325 |
# File 'lib/riser/services.rb', line 323 def front @front end |
#postprocess ⇒ Object
Returns the value of attribute postprocess
323 324 325 |
# File 'lib/riser/services.rb', line 323 def postprocess @postprocess end |
#preprocess ⇒ Object
Returns the value of attribute preprocess
323 324 325 |
# File 'lib/riser/services.rb', line 323 def preprocess @preprocess end |
#process_type ⇒ Object
Returns the value of attribute process_type
323 324 325 |
# File 'lib/riser/services.rb', line 323 def process_type @process_type end |