Method: BrevoRuby::SendSmtpEmailAttachment#hash

Defined in:
lib/brevo-ruby/models/send_smtp_email_attachment.rb

#hashFixnum

Calculates hash code according to all attributes.

Returns:

  • (Fixnum)

    Hash code



111
112
113
# File 'lib/brevo-ruby/models/send_smtp_email_attachment.rb', line 111

def hash
  [url, content, name].hash
end