Method: WebServer::Group#initialize

Defined in:
lib/vas/web_server/groups.rb

#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