Class: Xberg::PageRange

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializePageRange



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

def initialize: (start: Integer, end: Integer) -> void

Instance Attribute Details

#endInteger (readonly)

Returns the value of attribute end.



1955
1956
1957
# File 'sig/types.rbs', line 1955

def end
  @end
end

#startInteger (readonly)

Returns the value of attribute start.



1954
1955
1956
# File 'sig/types.rbs', line 1954

def start
  @start
end

Instance Method Details

#page_countInteger



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

def page_count: () -> Integer