Method: PureCloud::PhoneNumberColumn#hash
- Defined in:
- lib/purecloud/models/phone_number_column.rb
#hash ⇒ Object
Calculate hash code according to all attributes.
76 77 78 |
# File 'lib/purecloud/models/phone_number_column.rb', line 76 def hash [column_name, type].hash end |