class Selenium::Chrome::LogEntry

Included Modules

Defined in:

selenium/chrome/log_entry.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def level : String #

[View source]
def level=(level : String) #

[View source]
def message : String #

[View source]
def message=(message : String) #

[View source]
def source : String | Nil #

[View source]
def source=(source : String | Nil) #

[View source]
def timestamp : Int64 #

[View source]
def timestamp=(timestamp : Int64) #

[View source]