Class: TcServer::NodeApplications

Inherits:
Shared::Collection show all
Defined in:
lib/vas/tc_server/node_applications.rb

Overview

Used to enumerate a node instance’s applications

Instance Attribute Summary

Attributes inherited from Shared::Resource

#location, #security

Instance Method Summary collapse

Methods inherited from Shared::Collection

#each, #reload

Constructor Details

#initialize(location, client) ⇒ NodeApplications

Returns a new instance of NodeApplications.



23
24
25
# File 'lib/vas/tc_server/node_applications.rb', line 23

def initialize(location, client)
  super(location, client, 'applications', NodeApplication)
end