Class: PuppetLibrary::Server
- Inherits:
-
Sinatra::Base
- Object
- Sinatra::Base
- PuppetLibrary::Server
- Defined in:
- lib/puppet_library/server.rb
Defined Under Namespace
Classes: Config
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(forge) ⇒ Server
constructor
A new instance of Server.
Constructor Details
#initialize(forge) ⇒ Server
Returns a new instance of Server.
41 42 43 44 |
# File 'lib/puppet_library/server.rb', line 41 def initialize(forge) super(nil) @forge = forge end |