Class Backup::Notifier::Campfire::Interface
In: lib/backup/notifier/campfire.rb
Parent: Object

The Campfire::Interface acts as the Interface for the Campfire class. It uses the HTTParty library and the Campfire::Room class to communicate with the Campfire rooms. HTTParty provides the Campfire::Interface with the methods necessary to communicate (inside the HTTParty module) such as the class methods:

  • post
  • base_uri
  • basic_auth

Methods

room  

Included Modules

HTTParty

Public Class methods

Instantiates a new Campfire::Room object with the provided arguments and returns this object

[Validate]