Class: PuppetForgeServer::App::Version2

Inherits:
Sinatra::Base
  • Object
show all
Defined in:
lib/puppet_forge_server/app/version2.rb

Instance Method Summary collapse

Constructor Details

#initialize(backends) ⇒ Version2

Returns a new instance of Version2.



32
33
34
35
# File 'lib/puppet_forge_server/app/version2.rb', line 32

def initialize(backends)
  super(nil)
  @backends = backends
end