Method: Shared::NodeConfiguration#instance

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

#instanceNodeInstance

Returns the node instance that owns the configuration.

Returns:

  • (NodeInstance)

    the node instance that owns the configuration



64
65
66
# File 'lib/vas/shared/node_configuration.rb', line 64

def instance
  @instance ||= @instance_class.new(@instance_location, client)
end