Method: Kickflow::PostTicketsRequest#hash

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

#hashInteger

Calculates hash code according to all attributes.

Returns:

  • (Integer)

    Hash code



247
248
249
# File 'lib/kickflow/models/post_tickets_request.rb', line 247

def hash
  [status, workflow_id, author_team_id, proxy_client_user_id, title, slip_items, inputs, cloud_sign_document, approvers].hash
end