Method: Kickflow::PostTicketsIdViewersRequest#hash

Defined in:
lib/kickflow/models/post_tickets_id_viewers_request.rb

#hashInteger

Calculates hash code according to all attributes.

Returns:

  • (Integer)

    Hash code



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