Method: DocSpring::UploadPresignResponse#==
- Defined in:
- lib/docspring/models/upload_presign_response.rb
#==(o) ⇒ Object
Checks equality by comparing each attribute.
161 162 163 164 165 166 167 168 |
# File 'lib/docspring/models/upload_presign_response.rb', line 161 def ==(o) return true if self.equal?(o) self.class == o.class && fields == o.fields && headers == o.headers && url == o.url && method == o.method end |