Class: Vivarium::Event
- Inherits:
-
Struct
- Object
- Struct
- Vivarium::Event
- Defined in:
- sig/vivarium.rbs
Instance Attribute Summary collapse
-
#event_name ⇒ String?
Returns the value of attribute event_name.
-
#ktime_ns ⇒ Integer?
Returns the value of attribute ktime_ns.
-
#payload ⇒ String?
Returns the value of attribute payload.
-
#pid ⇒ Integer?
Returns the value of attribute pid.
Class Method Summary collapse
Instance Method Summary collapse
Instance Attribute Details
#event_name ⇒ String?
Returns the value of attribute event_name.
10 11 12 |
# File 'sig/vivarium.rbs', line 10 def event_name @event_name end |
#ktime_ns ⇒ Integer?
Returns the value of attribute ktime_ns.
8 9 10 |
# File 'sig/vivarium.rbs', line 8 def ktime_ns @ktime_ns end |
#payload ⇒ String?
Returns the value of attribute payload.
11 12 13 |
# File 'sig/vivarium.rbs', line 11 def payload @payload end |
#pid ⇒ Integer?
Returns the value of attribute pid.
9 10 11 |
# File 'sig/vivarium.rbs', line 9 def pid @pid end |
Class Method Details
.from_binary ⇒ Event
15 |
# File 'sig/vivarium.rbs', line 15 def self.from_binary: (String raw) -> Event |
Instance Method Details
#empty? ⇒ void
This method returns an undefined value.
13 |
# File 'sig/vivarium.rbs', line 13 def empty?: bool |
#severity ⇒ String
14 |
# File 'sig/vivarium.rbs', line 14 def severity: () -> String |