Method: Forgejo::DismissPullReviewOptions#hash
- Defined in:
- lib/forgejo/models/dismiss_pull_review_options.rb
#hash ⇒ Integer
Calculates hash code according to all attributes.
112 113 114 |
# File 'lib/forgejo/models/dismiss_pull_review_options.rb', line 112 def hash [, priors].hash end |