Module: BitlyOAuth

Defined in:
lib/bitly_oauth.rb,
lib/bitly_oauth/day.rb,
lib/bitly_oauth/url.rb,
lib/bitly_oauth/user.rb,
lib/bitly_oauth/error.rb,
lib/bitly_oauth/client.rb,
lib/bitly_oauth/country.rb,
lib/bitly_oauth/version.rb,
lib/bitly_oauth/referrer.rb,
lib/bitly_oauth/response.rb,
lib/bitly_oauth/missing_url.rb,
lib/bitly_oauth/access_token.rb,
lib/bitly_oauth/realtime_link.rb,
lib/bitly_oauth/referring_domain.rb

Defined Under Namespace

Classes: AccessToken, Client, Country, Day, Error, MissingUrl, RealtimeLink, Referrer, ReferringDomain, Response, Url, User

Constant Summary collapse

VERSION =
"0.2.3"

Class Method Summary collapse

Class Method Details

.new(*args) ⇒ Object



9
10
11
# File 'lib/bitly_oauth.rb', line 9

def self.new(*args)
  BitlyOAuth::Client.new(*args)
end