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