Method: Brevo::SendTransacSms#hash

Defined in:
lib/brevo/models/send_transac_sms.rb

#hashFixnum

Calculates hash code according to all attributes.

Returns:

  • (Fixnum)

    Hash code



218
219
220
# File 'lib/brevo/models/send_transac_sms.rb', line 218

def hash
  [sender, recipient, content, type, tag, web_url, unicode_enabled, organisation_prefix].hash
end