module Rjawbone

Constants

AUTHORIZATION_URL
BASE_ENDPOINT
ENDPOINTS
JAWBONE_URL

Base endpoints

OAUTH_BASE

Authentication endpoints

TOKEN_URL
USER_ENDPOINT
VERSION

Attributes

configuration[RW]

Public Class Methods

clear_config() click to toggle source
# File lib/rjawbone.rb, line 28
def self.clear_config
  @configuration = nil
end
configure() { |configuration| ... } click to toggle source
# File lib/rjawbone.rb, line 24
def self.configure
  yield configuration if block_given?
end