Method: PureCloud::Edge#hash
- Defined in:
- lib/purecloud/models/edge.rb
#hash ⇒ Object
Calculate hash code according to all attributes.
443 444 445 |
# File 'lib/purecloud/models/edge.rb', line 443 def hash [id, name, description, version, date_created, date_modified, modified_by, created_by, state, modified_by_app, created_by_app, interfaces, make, model, api_version, software_version, , software_version_platform, software_version_configuration, full_software_version, pairing_id, fingerprint, fingerprint_hint, current_version, staged_version, patch, status_code, edge_group, site, software_status, online_status, serial_number, physical_edge, managed, self_uri].hash end |