Class: AsyncProcess

Inherits:
Object
  • Object
show all
Includes:
SuckerPunch::Job
Defined in:
lib/sinatra/extensions/processmanager.rb

Direct Known Subclasses

ExampleProcess

Instance Attribute Summary collapse

Instance Attribute Details

#handlerObject (readonly)

Returns the value of attribute handler.



5
6
7
# File 'lib/sinatra/extensions/processmanager.rb', line 5

def handler
  @handler
end

#user_idObject (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