Method: PureCloud::EdgeLogsJob#hash
- Defined in:
- lib/purecloud/models/edge_logs_job.rb
#hash ⇒ Object
Calculate hash code according to all attributes.
203 204 205 |
# File 'lib/purecloud/models/edge_logs_job.rb', line 203 def hash [id, name, description, version, date_created, date_modified, modified_by, created_by, state, modified_by_app, created_by_app, files, self_uri].hash end |