Method: PureCloud::OAuthProvider#hash

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

#hashObject

Calculate hash code according to all attributes.



98
99
100
# File 'lib/purecloud/models/o_auth_provider.rb', line 98

def hash
  [id, name, disabled, self_uri].hash
end