Class: Radar::App::Session

Inherits:
Struct
  • Object
show all
Defined in:
lib/radar/app/session.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#analyzerObject

Returns the value of attribute analyzer

Returns:

  • (Object)

    the current value of analyzer



3
4
5
# File 'lib/radar/app/session.rb', line 3

def analyzer
  @analyzer
end

Instance Method Details

#mutexObject



4
5
6
# File 'lib/radar/app/session.rb', line 4

def mutex
  @mutex ||= Mutex.new
end