Method: PureCloud::DomainNetworkRoute#hash

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

#hashObject

Calculate hash code according to all attributes.



92
93
94
# File 'lib/purecloud/models/domain_network_route.rb', line 92

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