Class: E2B::Models::TemplateLogEntryEnd

Inherits:
TemplateLogEntry show all
Defined in:
lib/e2b/models/template_log_entry.rb

Instance Attribute Summary

Attributes inherited from TemplateLogEntry

#level, #message, #timestamp

Instance Method Summary collapse

Methods inherited from TemplateLogEntry

from_hash, parse_time, strip_ansi_escape_codes, #to_s

Constructor Details

#initialize(timestamp:, message:) ⇒ TemplateLogEntryEnd

Returns a new instance of TemplateLogEntryEnd.



49
50
51
# File 'lib/e2b/models/template_log_entry.rb', line 49

def initialize(timestamp:, message:)
  super(timestamp: timestamp, level: "debug", message: message)
end