Class: WebServer::Installations
- Inherits:
-
Shared::Installations
- Object
- Shared::Resource
- Shared::Collection
- Shared::MutableCollection
- Shared::Installations
- WebServer::Installations
- Defined in:
- lib/vas/web_server/installations.rb
Overview
Used to enumerate, create, and delete Web Server installations
Instance Attribute Summary
Attributes inherited from Shared::Resource
Instance Method Summary collapse
-
#initialize(location, client) ⇒ Installations
constructor
A new instance of Installations.
Methods inherited from Shared::Installations
Methods inherited from Shared::MutableCollection
Methods inherited from Shared::Collection
Constructor Details
#initialize(location, client) ⇒ Installations
Returns a new instance of Installations.
23 24 25 |
# File 'lib/vas/web_server/installations.rb', line 23 def initialize(location, client) super(location, client, Installation) end |