Method: Brevo::SendTransacSms#hash
- Defined in:
- lib/brevo/models/send_transac_sms.rb
#hash ⇒ Fixnum
Calculates hash code according to all attributes.
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 |