Method: FuseClient::TransactionMerchant#==
- Defined in:
- lib/fuse_client/models/transaction_merchant.rb
#==(o) ⇒ Object
Checks equality by comparing each attribute.
81 82 83 84 85 |
# File 'lib/fuse_client/models/transaction_merchant.rb', line 81 def ==(o) return true if self.equal?(o) self.class == o.class && name == o.name end |