The Campfire::Room acts as a model for an actual room on the Campfire service. And it uses the Campfire::Interface's (HTTParty) class methods to communicate based on the provided parameters (room_id, subdomain and api_token)
Instantiates a new Campfire::Room object and sets all the necessary arguments (@room_id, @subdomain, @api_token)
# File lib/backup/notifier/campfire.rb, line 112 def initialize(room_id, subdomain, api_token) @room_id = room_id @subdomain = subdomain @api_token = api_token end
Generated with the Darkfish Rdoc Generator 2.