Method: ClickSendClient::AccountVerify#==
- Defined in:
- lib/clicksend_client/models/account_verify.rb
#==(o) ⇒ Object
Checks equality by comparing each attribute.
96 97 98 99 100 101 102 |
# File 'lib/clicksend_client/models/account_verify.rb', line 96 def ==(o) return true if self.equal?(o) self.class == o.class && country == o.country && user_phone == o.user_phone && type == o.type end |