Method: CrelateClient::BroadcastMessageCreateRequest#hash

Defined in:
lib/crelate_client/models/broadcast_message_create_request.rb

#hashFixnum

Calculates hash code according to all attributes.

Returns:

  • (Fixnum)

    Hash code



87
88
89
# File 'lib/crelate_client/models/broadcast_message_create_request.rb', line 87

def hash
  [body, url].hash
end