Class: UserfaultFD::UnmapEvent
- Inherits:
-
Object
- Object
- UserfaultFD::UnmapEvent
- 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.
83 84 85 |
# File 'sig/userfaultfd.rbs', line 83 def end @end end |
#start ⇒ Integer (readonly)
Returns the value of attribute start.
82 83 84 |
# File 'sig/userfaultfd.rbs', line 82 def start @start end |