Module: Hubscreen

Defined in:
lib/hubscreen/exceptions.rb,
lib/hubscreen.rb,
lib/hubscreen/config.rb,
lib/hubscreen/contact.rb,
lib/hubscreen/request.rb,
lib/hubscreen/version.rb,
lib/hubscreen/api_request.rb

Overview

Based on [gibbon gem](github.com/amro/gibbon)

Defined Under Namespace

Classes: APIRequest, ApiError, Config, ConfigurationError, Contact, ContactExistsError, InvalidParams, MissingInterpolation, Request, RequestError

Constant Summary collapse

VERSION =
"0.0.1"

Class Method Summary collapse

Class Method Details

.configure(config = {}) ⇒ Object



24
25
26
# File 'lib/hubscreen.rb', line 24

def self.configure(config={})
  Hubscreen::Config.configure(config)
end