Class: Xberg::PageBoundary

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializePageBoundary

Returns a new instance of PageBoundary.

Parameters:

  • byte_start: (Integer)
  • byte_end: (Integer)
  • page_number: (Integer)


1555
# File 'sig/types.rbs', line 1555

def initialize: (byte_start: Integer, byte_end: Integer, page_number: Integer) -> void

Instance Attribute Details

#byte_endInteger (readonly)

Returns the value of attribute byte_end.

Returns:

  • (Integer)


1552
1553
1554
# File 'sig/types.rbs', line 1552

def byte_end
  @byte_end
end

#byte_startInteger (readonly)

Returns the value of attribute byte_start.

Returns:

  • (Integer)


1551
1552
1553
# File 'sig/types.rbs', line 1551

def byte_start
  @byte_start
end

#page_numberInteger (readonly)

Returns the value of attribute page_number.

Returns:

  • (Integer)


1553
1554
1555
# File 'sig/types.rbs', line 1553

def page_number
  @page_number
end