Method: Blacklight::Response::PaginationComponent#initialize
- Defined in:
- app/components/blacklight/response/pagination_component.rb
#initialize(response:, html: {}, **pagination_args) ⇒ PaginationComponent
Returns a new instance of PaginationComponent.
9 10 11 12 13 |
# File 'app/components/blacklight/response/pagination_component.rb', line 9 def initialize(response:, html: {}, **pagination_args) @response = response @html = html @pagination_args = pagination_args end |