Class: UserfaultFD::RemoveEvent
- Inherits:
-
Object
- Object
- UserfaultFD::RemoveEvent
- Defined in:
- sig/userfaultfd.rbs,
ext/userfaultfd/userfaultfd.c
Instance Attribute Summary collapse
-
#end ⇒ Integer
readonly
Returns the value of attribute end.
-
#start ⇒ Integer
readonly
Returns the value of attribute start.
Instance Attribute Details
#end ⇒ Integer (readonly)
Returns the value of attribute end.
78 79 80 |
# File 'sig/userfaultfd.rbs', line 78 def end @end end |
#start ⇒ Integer (readonly)
Returns the value of attribute start.
77 78 79 |
# File 'sig/userfaultfd.rbs', line 77 def start @start end |