Method: Shared::NodeInstance#logs
- Defined in:
- lib/vas/shared/node_instances.rb
#logs ⇒ 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 |