Class: Types::Projects::BranchRuleType

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

#present, #unpresented

Instance Method Details

#squash_optionObject



59
60
61
# File 'app/graphql/types/projects/branch_rule_type.rb', line 59

def squash_option
  branch_rule.squash_option
end