Class: DashOverlord::UseCases::V1::Videos::Index::Postgres::SearchAndPaginateVideos
- Inherits:
-
Shared::SearchAndPaginate::Base
- Object
- Base
- Base
- Shared::SearchAndPaginate::Base
- DashOverlord::UseCases::V1::Videos::Index::Postgres::SearchAndPaginateVideos
- Defined in:
- lib/dash_overlord/use_cases/v1/videos/index/postgres/search_and_paginate_videos.rb
Constant Summary
Constants inherited from Base
Instance Attribute Summary
Attributes inherited from Base
Instance Method Summary collapse
Methods inherited from Shared::SearchAndPaginate::Base
Methods inherited from Base
context_reader, #final, #initialize, perform, target, #target_valid?
Constructor Details
This class inherits a constructor from DashOverlord::UseCases::Base
Instance Method Details
#perform ⇒ Object
11 12 13 |
# File 'lib/dash_overlord/use_cases/v1/videos/index/postgres/search_and_paginate_videos.rb', line 11 def perform context.videos = search_and_paginate bee_videos end |