Class: Types::EnvironmentType
- Inherits:
-
BaseObject
- Object
- GraphQL::Schema::Object
- BaseObject
- Types::EnvironmentType
- Defined in:
- app/graphql/types/environment_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
#tier ⇒ Object
99 100 101 |
# File 'app/graphql/types/environment_type.rb', line 99 def tier object.tier.to_sym end |