Method: Brevo::ConversationsMessageFile#hash
- Defined in:
- lib/brevo/models/conversations_message_file.rb
#hash ⇒ Fixnum
Calculates hash code according to all attributes.
130 131 132 |
# File 'lib/brevo/models/conversations_message_file.rb', line 130 def hash [filename, size, is_image, url, image_info].hash end |