Method: CongressForms::Repo#initialize

Defined in:
lib/congress_forms/repo.rb

#initialize(remote) ⇒ Repo

Returns a new instance of Repo.



11
12
13
14
15
# File 'lib/congress_forms/repo.rb', line 11

def initialize(remote)
  @remote = remote
  @semaphore = Mutex.new
  self.auto_update = true
end