Class: Backburner::Server

Inherits:
BackburnerObject show all
Defined in:
lib/backburner/server.rb

Instance Attribute Summary

Attributes inherited from BackburnerObject

#handler

Instance Method Summary collapse

Methods inherited from BackburnerObject

#initialize, #method_missing, #reload

Constructor Details

This class inherits a constructor from Backburner::BackburnerObject

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class Backburner::BackburnerObject

Instance Method Details

#reloaderObject



5
6
7
# File 'lib/backburner/server.rb', line 5

def reloader
  @client.server!(@handler)
end