Method: FuseClient::AssetReportResponse#==
- Defined in:
- lib/fuse_client/models/asset_report_response.rb
#==(o) ⇒ Object
Checks equality by comparing each attribute.
89 90 91 92 93 94 |
# File 'lib/fuse_client/models/asset_report_response.rb', line 89 def ==(o) return true if self.equal?(o) self.class == o.class && report == o.report && request_id == o.request_id end |