class Bcx::Launchpad::OAuth
Public Class Methods
new(options = {})
click to toggle source
Calls superclass method
# File lib/bcx/launchpad/oauth.rb, line 13 def initialize(options = {}) options[:site] ||= "https://launchpad.37signals.com" options[:uid] ||= options[:client_id] options[:secret] ||= options[:client_secret] super(options) end