Class: Schron::Paging

Inherits:
Object
  • Object
show all
Defined in:
lib/schron/paging.rb

Instance Attribute Summary collapse

Instance Attribute Details

#current_pageObject

Returns the value of attribute current_page.



3
4
5
# File 'lib/schron/paging.rb', line 3

def current_page
  @current_page
end

#next_pageObject

Returns the value of attribute next_page.



3
4
5
# File 'lib/schron/paging.rb', line 3

def next_page
  @next_page
end

#previous_pageObject

Returns the value of attribute previous_page.



3
4
5
# File 'lib/schron/paging.rb', line 3

def previous_page
  @previous_page
end