Method: UpBankingClient::GetCategoryResponse#==
- Defined in:
- lib/up_banking/models/get_category_response.rb
#==(o) ⇒ Object
Checks equality by comparing each attribute.
86 87 88 89 90 |
# File 'lib/up_banking/models/get_category_response.rb', line 86 def ==(o) return true if self.equal?(o) self.class == o.class && data == o.data end |