Method: PureCloud::NumberPlan#hash

Defined in:
lib/purecloud/models/number_plan.rb

#hashObject

Calculate hash code according to all attributes.



262
263
264
# File 'lib/purecloud/models/number_plan.rb', line 262

def hash
  [id, name, description, version, date_created, date_modified, modified_by, created_by, state, modified_by_app, created_by_app, match, normalized_format, priority, numbers, digit_length, classification, match_type, self_uri].hash
end