Method: KlaviyoAPI::FlowCreateQueryResourceObjectAttributes#==

Defined in:
lib/klaviyo-api-sdk/models/flow_create_query_resource_object_attributes.rb

#==(o) ⇒ Object

Checks equality by comparing each attribute.

Parameters:

  • Object (Object)

    to be compared



99
100
101
102
103
104
# File 'lib/klaviyo-api-sdk/models/flow_create_query_resource_object_attributes.rb', line 99

def ==(o)
  return true if self.equal?(o)
  self.class == o.class &&
      name == o.name &&
      definition == o.definition
end