Class: WineBouncer::BaseStrategy
- Inherits:
-
Object
- Object
- WineBouncer::BaseStrategy
- Defined in:
- lib/wine_bouncer/base_strategy.rb
Direct Known Subclasses
AuthStrategies::Default, AuthStrategies::Protected, AuthStrategies::Swagger
Instance Attribute Summary collapse
-
#api_context ⇒ Object
Returns the value of attribute api_context.
Instance Attribute Details
#api_context ⇒ Object
Returns the value of attribute api_context.
5 6 7 |
# File 'lib/wine_bouncer/base_strategy.rb', line 5 def api_context @api_context end |