Method: PureCloud::ImportStatusNotification#hash
- Defined in:
- lib/purecloud/models/import_status_notification.rb
#hash ⇒ Object
Calculate hash code according to all attributes.
125 126 127 |
# File 'lib/purecloud/models/import_status_notification.rb', line 125 def hash [import_state, total_records, completed_records, percentage_complete, failure_reason, additional_properties].hash end |