Class: Jira::Requests::Issues::ServerListService
- Inherits:
-
ListService
- Object
- Base
- ListService
- Jira::Requests::Issues::ServerListService
- Defined in:
- app/services/jira/requests/issues/server_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 = {}) ⇒ ServerListService
constructor
A new instance of ServerListService.
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 = {}) ⇒ ServerListService
Returns a new instance of ServerListService.
8 9 10 11 |
# File 'app/services/jira/requests/issues/server_list_service.rb', line 8 def initialize(jira_integration, params = {}) super @page = (params[:page] || 1).to_i end |