Module: Blacklight::Solr::Response::PaginationMethods
- Includes:
- Kaminari::ConfigurationMethods::ClassMethods, Kaminari::PageScopeMethods
- Included in:
- Blacklight::Solr::Response, Group, GroupResponse
- Defined in:
- lib/blacklight/solr/response/pagination_methods.rb
Instance Method Summary collapse
-
#limit_value ⇒ Object
:nodoc:.
-
#offset_value ⇒ Object
:nodoc:.
-
#total_count ⇒ Object
:nodoc:.
Instance Method Details
#limit_value ⇒ Object
:nodoc:
6 7 8 |
# File 'lib/blacklight/solr/response/pagination_methods.rb', line 6 def limit_value #:nodoc: rows end |
#offset_value ⇒ Object
:nodoc:
10 11 12 |
# File 'lib/blacklight/solr/response/pagination_methods.rb', line 10 def offset_value #:nodoc: start end |
#total_count ⇒ Object
:nodoc:
14 15 16 |
# File 'lib/blacklight/solr/response/pagination_methods.rb', line 14 def total_count #:nodoc: total end |