Module: Enlight::Responses::Pageable
- Included in:
- SearchClassEnrollments, SearchClasses, SearchClubMembershipPools, SearchClubs, SearchCourseAssignments, SearchCourseCatalogSearchHistory, SearchCourseExternalActivityLaunches, SearchCourseFeedback, SearchCourseTagGroups, SearchCourses, SearchLabInstances, SearchSignInHistory, SearchUserActivity
- Defined in:
- lib/enlight/responses/pageable.rb
Instance Attribute Summary collapse
-
#results ⇒ Object
Returns the value of attribute results.
-
#total_count ⇒ Object
Returns the value of attribute total_count.
-
#total_pages ⇒ Object
Returns the value of attribute total_pages.
Instance Attribute Details
#results ⇒ Object
Returns the value of attribute results.
6 7 8 |
# File 'lib/enlight/responses/pageable.rb', line 6 def results @results end |
#total_count ⇒ Object
Returns the value of attribute total_count.
4 5 6 |
# File 'lib/enlight/responses/pageable.rb', line 4 def total_count @total_count end |
#total_pages ⇒ Object
Returns the value of attribute total_pages.
5 6 7 |
# File 'lib/enlight/responses/pageable.rb', line 5 def total_pages @total_pages end |