Method: BrevoRuby::SendSmtpEmailAttachment#hash
- Defined in:
- lib/brevo-ruby/models/send_smtp_email_attachment.rb
#hash ⇒ Fixnum
Calculates hash code according to all attributes.
111 112 113 |
# File 'lib/brevo-ruby/models/send_smtp_email_attachment.rb', line 111 def hash [url, content, name].hash end |