Method: Kickflow::PostTicketsIdViewersRequest#hash
- Defined in:
- lib/kickflow/models/post_tickets_id_viewers_request.rb
#hash ⇒ Integer
Calculates hash code according to all attributes.
129 130 131 |
# File 'lib/kickflow/models/post_tickets_id_viewers_request.rb', line 129 def hash [user_id, team_id, grade_id, descendants].hash end |