Class: Quickjs::VM::Log
- Inherits:
-
Object
- Object
- Quickjs::VM::Log
- Defined in:
- sig/quickjs.rbs
Instance Attribute Summary collapse
-
#severity ⇒ Symbol
readonly
Returns the value of attribute severity.
Instance Method Summary collapse
Instance Attribute Details
#severity ⇒ Symbol (readonly)
Returns the value of attribute severity.
62 63 64 |
# File 'sig/quickjs.rbs', line 62 def severity @severity end |
Instance Method Details
#inspect ⇒ String
68 |
# File 'sig/quickjs.rbs', line 68
def inspect: () -> String
|
#raw ⇒ Array[untyped]
64 |
# File 'sig/quickjs.rbs', line 64
def raw: () -> Array[untyped]
|
#to_s ⇒ String
66 |
# File 'sig/quickjs.rbs', line 66
def to_s: () -> String
|