Method: PureCloud::Station#hash
- Defined in:
- lib/purecloud/models/station.rb
#hash ⇒ Object
Calculate hash code according to all attributes.
167 168 169 |
# File 'lib/purecloud/models/station.rb', line 167 def hash [id, name, description, status, user_id, primary_edge, secondary_edge, type, line_appearance_id, self_uri].hash end |