Method: YNAB::AccountResponse#==
- Defined in:
- lib/ynab/models/account_response.rb
#==(o) ⇒ Object
Checks equality by comparing each attribute.
78 79 80 81 82 |
# File 'lib/ynab/models/account_response.rb', line 78 def ==(o) return true if self.equal?(o) self.class == o.class && data == o.data end |