Method: KlaviyoAPI::TriggerBranchActionData#==
- Defined in:
- lib/klaviyo-api-sdk/models/trigger_branch_action_data.rb
#==(o) ⇒ Object
Checks equality by comparing each attribute.
168 169 170 171 172 173 174 175 |
# File 'lib/klaviyo-api-sdk/models/trigger_branch_action_data.rb', line 168 def ==(o) return true if self.equal?(o) self.class == o.class && trigger_filter == o.trigger_filter && trigger_id == o.trigger_id && trigger_type == o.trigger_type && trigger_subtype == o.trigger_subtype end |