☰
Home
Pages
Classes
Methods
Class Methods
configure
Instance Methods
configure
module OAuth2
The namespace of this library
Constants
ConnectionError
DEFAULT_CONFIG
TimeoutError
Attributes
config
[RW]
Public Class Methods
configure
() { |config| ... }
Source
# File lib/oauth2.rb, line 32
def
configure
yield
@config
end
Private Instance Methods
configure
() { |config| ... }
Source
# File lib/oauth2.rb, line 32
def
configure
yield
@config
end