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