Class: Jira::Requests::Issues::CloudListService
- Inherits:
-
ListService
- Object
- Base
- ListService
- Jira::Requests::Issues::CloudListService
- Defined in:
- app/services/jira/requests/issues/cloud_list_service.rb
Constant Summary
Constants inherited from ListService
ListService::DEFAULT_FIELDS, ListService::PER_PAGE
Constants inherited from Base
Base::ALL_ERRORS, Base::ERRORS, Base::JIRA_API_VERSION, Base::JIRA_ERROR_JSON_SIZE_LIMIT
Instance Method Summary collapse
-
#initialize(jira_integration, params = {}) ⇒ CloudListService
constructor
A new instance of CloudListService.
Methods included from Gitlab::Utils::Override
#extended, extensions, #included, #method_added, #override, #prepended, #queue_verification, verify!
Methods inherited from Base
Methods included from SafeFormatHelper
Constructor Details
#initialize(jira_integration, params = {}) ⇒ CloudListService
Returns a new instance of CloudListService.
8 9 10 11 |
# File 'app/services/jira/requests/issues/cloud_list_service.rb', line 8 def initialize(jira_integration, params = {}) super @next_page_token = params[:next_page_token] end |