Module: Pusher
- Extended by:
- Forwardable
- Defined in:
- lib/pusher.rb,
lib/pusher/client.rb,
lib/pusher/channel.rb,
lib/pusher/request.rb,
lib/pusher/version.rb,
lib/pusher/webhook.rb,
lib/pusher/resource.rb
Overview
Used for configuring API credentials and creating Channel objects
Defined Under Namespace
Classes: AuthenticationError, Channel, Client, ConfigurationError, Error, HTTPError, Request, Resource, WebHook
Constant Summary collapse
- VERSION =
'2.0.3'
Class Attribute Summary collapse
Class Method Summary collapse
Class Attribute Details
.logger ⇒ Object
47 48 49 50 51 52 53 |
# File 'lib/pusher.rb', line 47 def logger @logger ||= begin log = Logger.new($stdout) log.level = Logger::INFO log end end |