Method: PureCloud::Trunk#hash
- Defined in:
- lib/purecloud/models/trunk.rb
#hash ⇒ Object
Calculate hash code according to all attributes.
267 268 269 |
# File 'lib/purecloud/models/trunk.rb', line 267 def hash [id, name, description, version, date_created, date_modified, modified_by, created_by, state, modified_by_app, created_by_app, trunk_type, edge, trunk_base, , edge_group, enabled, self_uri].hash end |