Class: WebServer::NodeInstance
- Inherits:
-
Shared::NodeInstance
- Object
- Shared::Resource
- Shared::StateResource
- Shared::NodeInstance
- WebServer::NodeInstance
- Defined in:
- lib/vas/web_server/node_instances.rb
Overview
A Web Server node instance
Instance Attribute Summary
Attributes inherited from Shared::NodeInstance
Attributes inherited from Shared::Resource
Instance Method Summary collapse
-
#initialize(location, client) ⇒ NodeInstance
constructor
A new instance of NodeInstance.
Methods inherited from Shared::NodeInstance
#group_instance, #live_configurations, #logs, #node, #to_s
Methods inherited from Shared::StateResource
Constructor Details
#initialize(location, client) ⇒ NodeInstance
Returns a new instance of NodeInstance.
33 34 35 |
# File 'lib/vas/web_server/node_instances.rb', line 33 def initialize(location, client) super(location, client, Node, Logs, Instance, 'group-instance', NodeLiveConfigurations) end |