Method: FormAPI::CombinePdfsData#hash
- Defined in:
- lib/form_api/models/combine_pdfs_data.rb
#hash ⇒ Fixnum
Calculates hash code according to all attributes.
118 119 120 |
# File 'lib/form_api/models/combine_pdfs_data.rb', line 118 def hash [test, source_pdfs, , expires_in, delete_custom_files].hash end |