Class: Types::Ci::Inputs::SpecType
- Inherits:
-
BaseObject
- Object
- GraphQL::Schema::Object
- BaseObject
- Types::Ci::Inputs::SpecType
- Defined in:
- app/graphql/types/ci/inputs/spec_type.rb
Overview
rubocop:disable Graphql/AuthorizeTypes – Authorization checked upstream
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
#rules ⇒ Object
48 49 50 |
# File 'app/graphql/types/ci/inputs/spec_type.rb', line 48 def rules object[:rules] end |