Method: UpBankingClient::ErrorObjectSource#==
- Defined in:
- lib/up_banking/models/error_object_source.rb
#==(o) ⇒ Object
Checks equality by comparing each attribute.
91 92 93 94 95 96 |
# File 'lib/up_banking/models/error_object_source.rb', line 91 def ==(o) return true if self.equal?(o) self.class == o.class && parameter == o.parameter && pointer == o.pointer end |