Class: Integrations::Test::GroupService

Inherits:
BaseService show all
Includes:
Gitlab::Utils::StrongMemoize, GroupTestData
Defined in:
app/services/integrations/test/group_service.rb

Constant Summary

Constants included from GroupTestData

GroupTestData::NoDataError

Instance Attribute Summary

Attributes inherited from BaseService

#current_user, #event, #integration

Instance Method Summary collapse

Methods inherited from BaseService

#execute, #initialize

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

#can?, #can_all?, #can_any?

Constructor Details

This class inherits a constructor from Integrations::Test::BaseService

Instance Method Details

#groupObject



9
10
11
# File 'app/services/integrations/test/group_service.rb', line 9

def group
  integration.group
end