Class: Xberg::PageBoundary
- Inherits:
-
Object
- Object
- Xberg::PageBoundary
- Defined in:
- sig/types.rbs
Instance Attribute Summary collapse
-
#byte_end ⇒ Integer
readonly
Returns the value of attribute byte_end.
-
#byte_start ⇒ Integer
readonly
Returns the value of attribute byte_start.
-
#page_number ⇒ Integer
readonly
Returns the value of attribute page_number.
Instance Method Summary collapse
-
#initialize ⇒ PageBoundary
constructor
A new instance of PageBoundary.
Constructor Details
#initialize ⇒ PageBoundary
Returns a new instance of PageBoundary.
1555 |
# File 'sig/types.rbs', line 1555
def initialize: (byte_start: Integer, byte_end: Integer, page_number: Integer) -> void
|
Instance Attribute Details
#byte_end ⇒ Integer (readonly)
Returns the value of attribute byte_end.
1552 1553 1554 |
# File 'sig/types.rbs', line 1552 def byte_end @byte_end end |
#byte_start ⇒ Integer (readonly)
Returns the value of attribute byte_start.
1551 1552 1553 |
# File 'sig/types.rbs', line 1551 def byte_start @byte_start end |
#page_number ⇒ Integer (readonly)
Returns the value of attribute page_number.
1553 1554 1555 |
# File 'sig/types.rbs', line 1553 def page_number @page_number end |