Class: PuppetForgeServer::App::Version2
- Inherits:
-
Sinatra::Base
- Object
- Sinatra::Base
- PuppetForgeServer::App::Version2
- Defined in:
- lib/puppet_forge_server/app/version2.rb
Instance Method Summary collapse
-
#initialize(backends) ⇒ Version2
constructor
A new instance of Version2.
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 |