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.
1566 |
# File 'sig/types.rbs', line 1566
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.
1563 1564 1565 |
# File 'sig/types.rbs', line 1563 def byte_end @byte_end end |
#byte_start ⇒ Integer (readonly)
Returns the value of attribute byte_start.
1562 1563 1564 |
# File 'sig/types.rbs', line 1562 def byte_start @byte_start end |
#page_number ⇒ Integer (readonly)
Returns the value of attribute page_number.
1564 1565 1566 |
# File 'sig/types.rbs', line 1564 def page_number @page_number end |