Class: Types::IdeType
- Inherits:
-
BaseObject
- Object
- GraphQL::Schema::Object
- BaseObject
- Types::IdeType
- Defined in:
- app/graphql/types/ide_type.rb
Instance Method Summary collapse
Methods inherited from BaseObject
accepts, assignable?, authorization, authorization_scopes, authorize, authorized?, #current_user, #id
Methods included from Gitlab::Graphql::Present
Instance Method Details
#code_suggestions_enabled ⇒ Object
13 14 15 |
# File 'app/graphql/types/ide_type.rb', line 13 def code_suggestions_enabled object.can?(:access_code_suggestions) end |