Method: Brevo::ConversationsMessageFile#hash

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

#hashFixnum

Calculates hash code according to all attributes.

Returns:

  • (Fixnum)

    Hash code



130
131
132
# File 'lib/brevo/models/conversations_message_file.rb', line 130

def hash
  [filename, size, is_image, url, image_info].hash
end