Method: KlaviyoAPI::UpdateProfileAction#==
- Defined in:
- lib/klaviyo-api-sdk/models/update_profile_action.rb
#==(o) ⇒ Object
Checks equality by comparing each attribute.
121 122 123 124 125 126 127 128 129 |
# File 'lib/klaviyo-api-sdk/models/update_profile_action.rb', line 121 def ==(o) return true if self.equal?(o) self.class == o.class && id == o.id && temporary_id == o.temporary_id && type == o.type && links == o.links && data == o.data end |