Method: StudentRepository#paginated_short_students
- Defined in:
- lib/source/repositories/student_repository.rb
#paginated_short_students(page, count, existing_data_list = nil) ⇒ Object
Получить page по счету count элементов (страница начинается с 1)
13 14 15 |
# File 'lib/source/repositories/student_repository.rb', line 13 def paginated_short_students(page, count, existing_data_list = nil) @data_source_adapter.paginated_short_students(page, count, existing_data_list) end |