Class: Types::AlertManagement::HttpIntegrationType

Inherits:
BaseObject
  • Object
show all
Defined in:
app/graphql/types/alert_management/http_integration_type.rb

Instance Method Summary collapse

Methods inherited from BaseObject

accepts, assignable?, authorization, authorize, authorized?, #current_user, #id

Methods included from Gitlab::Graphql::Present

#present, #unpresented

Instance Method Details

#api_urlObject



17
18
19
# File 'app/graphql/types/alert_management/http_integration_type.rb', line 17

def api_url
  nil
end

#typeObject



13
14
15
# File 'app/graphql/types/alert_management/http_integration_type.rb', line 13

def type
  :http
end