Method: Noths::OrderRefund#==
- Defined in:
- lib/noths/models/order_refund.rb
#==(o) ⇒ Object
Checks equality by comparing each attribute.
59 60 61 62 63 |
# File 'lib/noths/models/order_refund.rb', line 59 def ==(o) return true if self.equal?(o) self.class == o.class && id == o.id end |