Class: Types::AlertManagement::HttpIntegrationType
- Inherits:
-
BaseObject
- Object
- GraphQL::Schema::Object
- BaseObject
- Types::AlertManagement::HttpIntegrationType
show all
- Defined in:
- app/graphql/types/alert_management/http_integration_type.rb
Instance Method Summary
collapse
Methods inherited from BaseObject
accepts, assignable?, authorization, authorization_scopes, authorize, authorized?, #current_user, #id
#present, #unpresented
Instance Method Details
#api_url ⇒ Object
17
18
19
|
# File 'app/graphql/types/alert_management/http_integration_type.rb', line 17
def api_url
nil
end
|
#type ⇒ Object
13
14
15
|
# File 'app/graphql/types/alert_management/http_integration_type.rb', line 13
def type
:http
end
|