Method: Bandwidth::MmsMessageContent#hash

Defined in:
lib/bandwidth-sdk/models/mms_message_content.rb

#hashInteger

Calculates hash code according to all attributes.

Returns:

  • (Integer)

    Hash code



133
134
135
# File 'lib/bandwidth-sdk/models/mms_message_content.rb', line 133

def hash
  [text, media].hash
end