Class: Debci::App::Page

Inherits:
Struct
  • Object
show all
Defined in:
lib/debci/app.rb

Instance Attribute Summary collapse

Instance Attribute Details

#current_pageObject

Returns the value of attribute current_page

Returns:

  • (Object)

    the current value of current_page



66
67
68
# File 'lib/debci/app.rb', line 66

def current_page
  @current_page
end

#pagesObject

Returns the value of attribute pages

Returns:

  • (Object)

    the current value of pages



66
67
68
# File 'lib/debci/app.rb', line 66

def pages
  @pages
end

#recordsObject

Returns the value of attribute records

Returns:

  • (Object)

    the current value of records



66
67
68
# File 'lib/debci/app.rb', line 66

def records
  @records
end

#total_pagesObject

Returns the value of attribute total_pages

Returns:

  • (Object)

    the current value of total_pages



66
67
68
# File 'lib/debci/app.rb', line 66

def total_pages
  @total_pages
end

#total_recordsObject

Returns the value of attribute total_records

Returns:

  • (Object)

    the current value of total_records



66
67
68
# File 'lib/debci/app.rb', line 66

def total_records
  @total_records
end