Module: Types::AlertManagement::IntegrationType
- Includes:
- BaseInterface
- Defined in:
- app/graphql/types/alert_management/integration_type.rb
Instance Method Summary collapse
Instance Method Details
#api_url ⇒ Object
49 50 51 |
# File 'app/graphql/types/alert_management/integration_type.rb', line 49 def api_url nil end |
#type ⇒ Object
45 46 47 |
# File 'app/graphql/types/alert_management/integration_type.rb', line 45 def type object.type_identifier.to_sym end |