Method: TcServer::Node#instances
- Defined in:
- lib/vas/tc_server/nodes.rb
#instances ⇒ NodeInstances
Returns the node’s instances.
48 49 50 |
# File 'lib/vas/tc_server/nodes.rb', line 48 def instances @instances ||= NodeInstances.new(@instance_location, client) end |