Class: Types::Projects::BranchRuleType
- Inherits:
-
BaseObject
- Object
- GraphQL::Schema::Object
- BaseObject
- Types::Projects::BranchRuleType
- Defined in:
- app/graphql/types/projects/branch_rule_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
#squash_option ⇒ Object
59 60 61 |
# File 'app/graphql/types/projects/branch_rule_type.rb', line 59 def squash_option branch_rule.squash_option end |