Class: Types::Ci::Inputs::SpecType

Inherits:
BaseObject
  • Object
show all
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

#present, #unpresented

Instance Method Details

#rulesObject



48
49
50
# File 'app/graphql/types/ci/inputs/spec_type.rb', line 48

def rules
  object[:rules]
end