Class: LHS::Interceptors::AutoOauth::ThreadRegistry
- Inherits:
-
Object
- Object
- LHS::Interceptors::AutoOauth::ThreadRegistry
- Extended by:
- ActiveSupport::PerThreadRegistry
- Defined in:
- lib/lhs/interceptors/auto_oauth/thread_registry.rb
Instance Attribute Summary collapse
-
#access_token ⇒ Object
Returns the value of attribute access_token.
Instance Attribute Details
#access_token ⇒ Object
Returns the value of attribute access_token.
14 15 16 |
# File 'lib/lhs/interceptors/auto_oauth/thread_registry.rb', line 14 def access_token @access_token end |