Method: PhoneComClient::CreateSmsParams#hash
- Defined in:
- lib/phone_com_client/models/create_sms_params.rb
#hash ⇒ Fixnum
Calculates hash code according to all attributes.
121 122 123 |
# File 'lib/phone_com_client/models/create_sms_params.rb', line 121 def hash [from, to, text, extension_id].hash end |