Class: Bcx::Launchpad::OAuth
- Inherits:
-
Rapidash::Client
- Object
- Rapidash::Client
- Bcx::Launchpad::OAuth
- Defined in:
- lib/bcx/launchpad/oauth.rb
Instance Method Summary collapse
-
#initialize(options = {}) ⇒ OAuth
constructor
A new instance of OAuth.
Constructor Details
#initialize(options = {}) ⇒ OAuth
Returns a new instance of OAuth.
13 14 15 16 17 18 19 |
# File 'lib/bcx/launchpad/oauth.rb', line 13 def initialize( = {}) [:site] ||= "https://launchpad.37signals.com" [:uid] ||= [:client_id] [:secret] ||= [:client_secret] super() end |