Method: DocSpring::BatchGeneratePdfs201Response#==
- Defined in:
- lib/docspring/models/batch_generate_pdfs201_response.rb
#==(o) ⇒ Object
Checks equality by comparing each attribute.
173 174 175 176 177 178 179 180 181 |
# File 'lib/docspring/models/batch_generate_pdfs201_response.rb', line 173 def ==(o) return true if self.equal?(o) self.class == o.class && status == o.status && error == o.error && errors == o.errors && submission_batch == o.submission_batch && submissions == o.submissions end |