Method: PhoneComClient::CreateSmsParams#hash

Defined in:
lib/phone_com_client/models/create_sms_params.rb

#hashFixnum

Calculates hash code according to all attributes.

Returns:

  • (Fixnum)

    Hash code



121
122
123
# File 'lib/phone_com_client/models/create_sms_params.rb', line 121

def hash
  [from, to, text, extension_id].hash
end