Method: CampfireChat::Client#tinder
- Defined in:
- lib/campfire_chat/client.rb
#tinder ⇒ Object
10 11 12 |
# File 'lib/campfire_chat/client.rb', line 10 def tinder @tinder ||= Tinder::Campfire.new(config.subdomain, :token => config.token) end |