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)


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

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)


1871
1872
1873
# File 'sig/types.rbs', line 1871

def byte_end
  @byte_end
end

#byte_startInteger (readonly)

Returns the value of attribute byte_start.

Returns:

  • (Integer)


1870
1871
1872
# File 'sig/types.rbs', line 1870

def byte_start
  @byte_start
end

#page_numberInteger (readonly)

Returns the value of attribute page_number.

Returns:

  • (Integer)


1872
1873
1874
# File 'sig/types.rbs', line 1872

def page_number
  @page_number
end