Class: OAuth2::Storage
- Inherits:
-
Object
- Object
- OAuth2::Storage
- Extended by:
- Forwardable
- Includes:
- Singleton
- Defined in:
- lib/oauth20/storage.rb
Instance Method Summary collapse
-
#initialize ⇒ Storage
constructor
A new instance of Storage.
- #strategy=(strategy) ⇒ Object
Constructor Details
Instance Method Details
#strategy=(strategy) ⇒ Object
26 27 28 |
# File 'lib/oauth20/storage.rb', line 26 def strategy=(strategy) @strategy = strategy end |