Method: PureCloud::ADFS#hash

Defined in:
lib/purecloud/models/adfs.rb

#hashObject

Calculate hash code according to all attributes.



138
139
140
# File 'lib/purecloud/models/adfs.rb', line 138

def hash
  [id, name, relying_party_identifier, certificate, issuer_uri, sso_target_uri, disabled, self_uri].hash
end