Class: Selenium::WebDriver::BiDi::GenericLogEntry
Relationships & Source Files | |
Extension / Inclusion / Inheritance Descendants | |
Subclasses:
|
|
Super Chains via Extension / Inclusion / Inheritance | |
Class Chain:
self,
BaseLogEntry
|
|
Instance Chain:
self,
BaseLogEntry
|
|
Inherits: |
Selenium::WebDriver::BiDi::BaseLogEntry
|
Defined in: | rb/lib/selenium/webdriver/bidi/log/generic_log_entry.rb |
Class Method Summary
BaseLogEntry
- Inherited
Instance Attribute Summary
Constructor Details
.new(level:, text:, timestamp:, type:, stack_trace:) ⇒ GenericLogEntry
# File 'rb/lib/selenium/webdriver/bidi/log/generic_log_entry.rb', line 26
def initialize(level:, text:, timestamp:, type:, stack_trace:) super(level: level, text: text, timestamp: , stack_trace: stack_trace) @type = type end
Instance Attribute Details
#type (rw)
[ GitHub ]# File 'rb/lib/selenium/webdriver/bidi/log/generic_log_entry.rb', line 24
attr_accessor :type