Class: Sqlfire::ServerNodeInstances

Inherits:
Shared::NodeInstances show all
Defined in:
lib/vas/sqlfire/server_node_instances.rb

Overview

Used to enumerate server instances on an individual node

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) ⇒ ServerNodeInstances

Returns a new instance of ServerNodeInstances.



23
24
25
# File 'lib/vas/sqlfire/server_node_instances.rb', line 23

def initialize(location, client)
  super(location, client, 'server-node-instances', ServerNodeInstance)
end