Method: Shared::NodeInstance#node

Defined in:
lib/vas/shared/node_instances.rb

#nodeGroupableNode

Returns the node that contains this instance.

Returns:

  • the node that contains this instance



55
56
57
# File 'lib/vas/shared/node_instances.rb', line 55

def node
  @node ||= @node_class.new(@node_location, client)
end