Method: Adhoq::Storage::OnTheFly#initialize

Defined in:
lib/adhoq/storage/on_the_fly.rb

#initialize(id_base = Process.pid) ⇒ OnTheFly

Returns a new instance of OnTheFly.



8
9
10
11
# File 'lib/adhoq/storage/on_the_fly.rb', line 8

def initialize(id_base = Process.pid)
  @identifier = "#{PREFIX}-#{id_base}"
  @reports    = {}
end