Method: FormAPI::Submission#hash
- Defined in:
- lib/form_api/models/submission.rb
#hash ⇒ Fixnum
Calculates hash code according to all attributes.
250 251 252 |
# File 'lib/form_api/models/submission.rb', line 250 def hash [id, template_id, test, editable, expired, expires_at, processed_at, state, , download_url, permanent_download_url, batch_id, data_requests, actions].hash end |