Class: Selenium::WebDriver::LogEntry
- Inherits:
-
Object
- Object
- Selenium::WebDriver::LogEntry
- Defined in:
- sig/gems/selenium/log_entry.rbs
Instance Attribute Summary collapse
-
#level ⇒ Object
readonly
Keep attributes loose to avoid downstream mismatches; refine later if desired.
-
#message ⇒ String
readonly
Returns the value of attribute message.
-
#timestamp ⇒ Integer
readonly
Returns the value of attribute timestamp.
Instance Method Summary collapse
-
#initialize ⇒ LogEntry
constructor
A new instance of LogEntry.
Constructor Details
#initialize ⇒ LogEntry
Returns a new instance of LogEntry.
9 |
# File 'sig/gems/selenium/log_entry.rbs', line 9
def initialize: (untyped level, String message, Integer timestamp) -> void
|
Instance Attribute Details
#level ⇒ Object (readonly)
Keep attributes loose to avoid downstream mismatches; refine later if desired.
5 6 7 |
# File 'sig/gems/selenium/log_entry.rbs', line 5 def level @level end |
#message ⇒ String (readonly)
Returns the value of attribute message.
6 7 8 |
# File 'sig/gems/selenium/log_entry.rbs', line 6 def @message end |
#timestamp ⇒ Integer (readonly)
Returns the value of attribute timestamp.
7 8 9 |
# File 'sig/gems/selenium/log_entry.rbs', line 7 def @timestamp end |