Class: AsyncProcess
- Inherits:
-
Object
- Object
- AsyncProcess
- Includes:
- SuckerPunch::Job
- Defined in:
- lib/sinatra/extensions/processmanager.rb
Direct Known Subclasses
Instance Attribute Summary collapse
-
#handler ⇒ Object
readonly
Returns the value of attribute handler.
-
#user_id ⇒ Object
readonly
Returns the value of attribute user_id.
Instance Attribute Details
#handler ⇒ Object (readonly)
Returns the value of attribute handler.
5 6 7 |
# File 'lib/sinatra/extensions/processmanager.rb', line 5 def handler @handler end |
#user_id ⇒ Object (readonly)
Returns the value of attribute user_id.
6 7 8 |
# File 'lib/sinatra/extensions/processmanager.rb', line 6 def user_id @user_id end |