Method: Shared::NodeInstance#logs

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

#logsLogs

Returns the instance’s logs.

Returns:

  • the instance’s logs



60
61
62
# File 'lib/vas/shared/node_instances.rb', line 60

def logs
  @logs ||= @logs_class.new(@logs_location, client)
end