Class: E2B::Models::TemplateLogEntryEnd
- Inherits:
-
TemplateLogEntry
- Object
- TemplateLogEntry
- E2B::Models::TemplateLogEntryEnd
- Defined in:
- lib/e2b/models/template_log_entry.rb
Instance Attribute Summary
Attributes inherited from TemplateLogEntry
Instance Method Summary collapse
-
#initialize(timestamp:, message:) ⇒ TemplateLogEntryEnd
constructor
A new instance of TemplateLogEntryEnd.
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: , level: "debug", message: ) end |