Method: PhoneComClient::Option#==
- Defined in:
- lib/phone_com_client/models/option.rb
#==(o) ⇒ Object
Checks equality by comparing each attribute.
71 72 73 74 75 76 |
# File 'lib/phone_com_client/models/option.rb', line 71 def ==(o) return true if self.equal?(o) self.class == o.class && key == o.key && route == o.route end |