Class: Integrations::Test::GroupService
- Inherits:
-
BaseService
- Object
- BaseService
- Integrations::Test::GroupService
- Includes:
- Gitlab::Utils::StrongMemoize, GroupTestData
- Defined in:
- app/services/integrations/test/group_service.rb
Constant Summary
Constants included from GroupTestData
Instance Attribute Summary
Attributes inherited from BaseService
#current_user, #event, #integration
Instance Method Summary collapse
Methods inherited from BaseService
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 Gitlab::Allowable
Constructor Details
This class inherits a constructor from Integrations::Test::BaseService
Instance Method Details
#group ⇒ Object
9 10 11 |
# File 'app/services/integrations/test/group_service.rb', line 9 def group integration.group end |