Class: PuppetForgeServer::App::Version1
- Inherits:
 - 
      Sinatra::Base
      
        
- Object
 - Sinatra::Base
 - PuppetForgeServer::App::Version1
 
 
- Defined in:
 - lib/puppet_forge_server/app/version1.rb
 
Instance Method Summary collapse
- 
  
    
      #initialize(backends)  ⇒ Version1 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    
A new instance of Version1.
 
Methods included from Utils::Buffer
Methods included from PuppetForgeServer::Api::V1::Modules
Methods included from PuppetForgeServer::Api::V1::Releases
Constructor Details
#initialize(backends) ⇒ Version1
Returns a new instance of Version1.
      36 37 38 39  | 
    
      # File 'lib/puppet_forge_server/app/version1.rb', line 36 def initialize(backends) super(nil) @backends = backends end  |