Method: Kickflow::PostTicketsRequest#hash
- Defined in:
- lib/kickflow/models/post_tickets_request.rb
#hash ⇒ Integer
Calculates hash code according to all attributes.
247 248 249 |
# File 'lib/kickflow/models/post_tickets_request.rb', line 247 def hash [status, workflow_id, , proxy_client_user_id, title, slip_items, inputs, cloud_sign_document, approvers].hash end |