Class: Types::EnvironmentType

Inherits:
BaseObject
  • Object
show all
Defined in:
app/graphql/types/environment_type.rb

Instance Method Summary collapse

Methods inherited from BaseObject

accepts, assignable?, authorization, authorize, authorized?, #current_user, #id

Methods included from Gitlab::Graphql::Present

#present, #unpresented

Instance Method Details

#tierObject



90
91
92
# File 'app/graphql/types/environment_type.rb', line 90

def tier
  object.tier.to_sym
end