Class: WebServer::Group
- Inherits:
-
Shared::MutableGroup
- Object
- Shared::Resource
- Shared::Group
- Shared::MutableGroup
- WebServer::Group
- Defined in:
- lib/vas/web_server/groups.rb
Overview
A Web Server group
Instance Attribute Summary
Attributes inherited from Shared::Group
Attributes included from Shared::Deletable
Attributes inherited from Shared::Resource
Instance Method Summary collapse
-
#initialize(location, client) ⇒ Group
constructor
A new instance of Group.
-
#instances ⇒ Instances
The group’s instances.
Methods inherited from Shared::MutableGroup
Methods inherited from Shared::Group
#installations, #nodes, #reload, #to_s
Methods included from Shared::Deletable
Constructor Details
#initialize(location, client) ⇒ Group
Returns a new instance of Group.
33 34 35 36 |
# File 'lib/vas/web_server/groups.rb', line 33 def initialize(location, client) super(location, client, Node, Installations) @instances_location = Util::LinkUtils.get_link_href(details, 'group-instances') end |