Class: PuppetForgeServer::App::Generic

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

Instance Method Summary collapse

Constructor Details

#initializeGeneric

Returns a new instance of Generic.



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

def initialize
  super(nil)
end