Class: HerokuDroid
Constant Summary
Constants inherited from Droid
Instance Method Summary collapse
Methods inherited from Droid
bunny, call, closing?, default_config, gen_queue, handle_error, #initialize, log, #log, log=, name, name=, pop, #publish, publish, publish_to_ex, publish_to_q, reconnect_on_error, reset_bunny, start, stop_safe, version, wait_for_tcp_port
Methods included from Droid::EMTimerUtils
included, #periodic_timer, #timer
Methods included from Droid::BackwardsCompatibleMethods
Methods included from Droid::QueueMethods
Constructor Details
This class inherits a constructor from Droid
Instance Method Details
#call_stats ⇒ Object
34 35 36 |
# File 'lib/droid/heroku.rb', line 34 def call_stats @stats ? @stats.call : nil end |