Method: Forgejo::DismissPullReviewOptions#hash

Defined in:
lib/forgejo/models/dismiss_pull_review_options.rb

#hashInteger

Calculates hash code according to all attributes.

Returns:

  • (Integer)

    Hash code



112
113
114
# File 'lib/forgejo/models/dismiss_pull_review_options.rb', line 112

def hash
  [message, priors].hash
end