Method: PureCloud::DomainNetworkRoute#hash
- Defined in:
- lib/purecloud/models/domain_network_route.rb
#hash ⇒ Object
Calculate hash code according to all attributes.
120 121 122 |
# File 'lib/purecloud/models/domain_network_route.rb', line 120 def hash [prefix, nexthop, persistent, metric, family].hash end |