Method: PureCloud::UserStations#hash
- Defined in:
- lib/purecloud/models/user_stations.rb
#hash ⇒ Object
Calculate hash code according to all attributes.
100 101 102 |
# File 'lib/purecloud/models/user_stations.rb', line 100 def hash [associated_station, effective_station, default_station, last_associated_station].hash end |