Class: Types::AlertManagement::AlertType
- Inherits:
-
BaseObject
- Object
- GraphQL::Schema::Object
- BaseObject
- Types::AlertManagement::AlertType
show all
- Defined in:
- app/graphql/types/alert_management/alert_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
#metrics_dashboard_url ⇒ Object
150
151
152
|
# File 'app/graphql/types/alert_management/alert_type.rb', line 150
def metrics_dashboard_url
nil
end
|
#prometheus_alert ⇒ Object
154
155
156
|
# File 'app/graphql/types/alert_management/alert_type.rb', line 154
def prometheus_alert
nil
end
|