Class: Radar::App::Session
- Inherits:
-
Struct
- Object
- Struct
- Radar::App::Session
- Defined in:
- lib/radar/app/session.rb
Instance Attribute Summary collapse
-
#analyzer ⇒ Object
Returns the value of attribute analyzer.
Instance Method Summary collapse
Instance Attribute Details
#analyzer ⇒ Object
Returns the value of attribute analyzer
3 4 5 |
# File 'lib/radar/app/session.rb', line 3 def analyzer @analyzer end |
Instance Method Details
#mutex ⇒ Object
4 5 6 |
# File 'lib/radar/app/session.rb', line 4 def mutex @mutex ||= Mutex.new end |