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