module Centrifuge
Constants
- VERSION
Attributes
logger[W]
def_delegators :default_client, :webhook, :channel, :[]
Public Class Methods
default_client()
click to toggle source
# File lib/centrifuge.rb, line 40 def default_client @default_client ||= Centrifuge::Client.new end
logger()
click to toggle source
# File lib/centrifuge.rb, line 32 def logger @logger ||= begin log = Logger.new($stdout) log.level = Logger::INFO log end end