module Bleepy

Constants

VERSION

Attributes

callback_url[RW]
consumer_key[RW]
consumer_secret[RW]
token_key[RW]
token_secret[RW]

Public Class Methods

configure() { |self| ... } click to toggle source
# File lib/bleepy.rb, line 17
def configure
  yield self
  true
end