Method: DocSpring::BatchGeneratePdfs201Response#hash

Defined in:
lib/docspring/models/batch_generate_pdfs201_response.rb

#hashInteger

Calculates hash code according to all attributes.

Returns:

  • (Integer)

    Hash code



191
192
193
# File 'lib/docspring/models/batch_generate_pdfs201_response.rb', line 191

def hash
  [status, error, errors, submission_batch, submissions].hash
end