Method: KlaviyoAPI::SendPushNotificationActionData#hash

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

#hashInteger

Calculates hash code according to all attributes.

Returns:

  • (Integer)

    Hash code



146
147
148
# File 'lib/klaviyo-api-sdk/models/send_push_notification_action_data.rb', line 146

def hash
  [message, status].hash
end