Method: WebServer::Instance#initialize
- Defined in:
- lib/vas/web_server/instances.rb
#initialize(location, client) ⇒ Instance
Returns a new instance of Instance.
48 49 50 |
# File 'lib/vas/web_server/instances.rb', line 48 def initialize(location, client) super(location, client, Group, Installation, LiveConfigurations, PendingConfigurations, NodeInstance, 'node-instance') end |