Method: PureCloud::DomainNetworkRoute#hash

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

#hashObject

Calculate hash code according to all attributes.



122
123
124
# File 'lib/purecloud/models/domain_network_route.rb', line 122

def hash
  [prefix, nexthop, persistent, metric, family].hash
end