Class: Shared::NodeInstances

Inherits:
Collection show all
Defined in:
lib/vas/shared/node_instances.rb

Instance Attribute Summary

Attributes inherited from Resource

#location, #security

Instance Method Summary collapse

Methods inherited from Collection

#each

Constructor Details

#initialize(location, client, type, entry_class) ⇒ NodeInstances

:nodoc:



22
23
24
# File 'lib/vas/shared/node_instances.rb', line 22

def initialize(location, client, type, entry_class) #:nodoc:
  super(location, client, type, entry_class)
end