Method: PureCloud::ADFS#hash
- Defined in:
- lib/purecloud/models/adfs.rb
#hash ⇒ Object
Calculate hash code according to all attributes.
138 139 140 |
# File 'lib/purecloud/models/adfs.rb', line 138 def hash [id, name, , certificate, issuer_uri, sso_target_uri, disabled, self_uri].hash end |