Method: KlaviyoAPI::MobilePushContentCreate#hash

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

#hashInteger

Calculates hash code according to all attributes.

Returns:

  • (Integer)

    Hash code


122
123
124
# File 'lib/klaviyo-api-sdk/models/mobile_push_content_create.rb', line 122

def hash
  [title, body, dynamic_image].hash
end