Method: Doorkeeper::OAuth::Scopes#initialize
- Defined in:
- lib/doorkeeper/oauth/scopes.rb
#initialize ⇒ Scopes
Returns a new instance of Scopes.
22 23 24 |
# File 'lib/doorkeeper/oauth/scopes.rb', line 22 def initialize @scopes = [] end |