Method: TransferZero::ApiLogListResponse#==
- Defined in:
- lib/transferzero-sdk/models/api_log_list_response.rb
#==(o) ⇒ Object
Checks equality by comparing each attribute.
79 80 81 82 83 84 |
# File 'lib/transferzero-sdk/models/api_log_list_response.rb', line 79 def ==(o) return true if self.equal?(o) self.class == o.class && object == o.object && == o. end |