module Tantot
Constants
- VERSION
Attributes
logger[W]
Public Class Methods
agent_registry()
click to toggle source
# File lib/tantot.rb, line 37 def agent_registry Tantot::Agent::Registry.instance end
config()
click to toggle source
# File lib/tantot.rb, line 33 def config Tantot::Config.instance end
logger()
click to toggle source
# File lib/tantot.rb, line 41 def logger @logger || Rails.logger end
manager()
click to toggle source
# File lib/tantot.rb, line 29 def manager Thread.current[:tantot_manager] ||= Tantot::Manager.new end