Method: ForeignOffice::Busses::PusherBus.connection
- Defined in:
- lib/foreign_office/busses/pusher_bus.rb
.connection ⇒ Object
32 33 34 35 36 37 38 |
# File 'lib/foreign_office/busses/pusher_bus.rb', line 32 def self.connection @pusher ||= Pusher::Client.new({ app_id: self.app_id, key: self.key, secret: self.secret }) end |