Class: TcServer::NodeApplications

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

Overview

Used to enumerate a NodeInstance’s NodeApplication s

Instance Attribute Summary

Attributes inherited from Shared::Resource

#location, #security

Instance Method Summary collapse

Methods inherited from Shared::Collection

#each

Constructor Details

#initialize(location, client) ⇒ NodeApplications

:nodoc:



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

def initialize(location, client) #:nodoc:
  super(location, client, "applications", NodeApplication)
end