Class: Gitlab::DatabaseImporters::SelfMonitoring::Project::DeleteService
- Inherits:
-
BaseService
- Object
- BaseService
- Gitlab::DatabaseImporters::SelfMonitoring::Project::DeleteService
- Defined in:
- lib/gitlab/database_importers/self_monitoring/project/delete_service.rb
Instance Attribute Summary
Attributes inherited from BaseService
#current_user, #params, #project
Instance Method Summary collapse
- #execute ⇒ Object
-
#initialize ⇒ DeleteService
constructor
A new instance of DeleteService.
Methods included from Helpers
#application_settings, #project_created?, #self_monitoring_project, #self_monitoring_project_id
Methods included from Stepable
Methods included from BaseServiceUtility
#deny_visibility_level, #event_service, #log_error, #log_info, #notification_service, #system_hook_service, #todo_service, #visibility_level
Methods included from Allowable
Constructor Details
#initialize ⇒ DeleteService
Returns a new instance of DeleteService.
14 15 16 |
# File 'lib/gitlab/database_importers/self_monitoring/project/delete_service.rb', line 14 def initialize super(nil) end |
Instance Method Details
#execute ⇒ Object
18 19 20 |
# File 'lib/gitlab/database_importers/self_monitoring/project/delete_service.rb', line 18 def execute execute_steps end |