Method: TalonOne::AddToAudienceEffectProps#hash

Defined in:
lib/talon_one/models/add_to_audience_effect_props.rb

#hashInteger

Calculates hash code according to all attributes.

Returns:

  • (Integer)

    Hash code



120
121
122
# File 'lib/talon_one/models/add_to_audience_effect_props.rb', line 120

def hash
  [audience_id, audience_name, profile_integration_id, profile_id].hash
end