Method: PureCloud::DomainNetworkAddress#hash
- Defined in:
- lib/purecloud/models/domain_network_address.rb
#hash ⇒ Object
Calculate hash code according to all attributes.
118 119 120 |
# File 'lib/purecloud/models/domain_network_address.rb', line 118 def hash [type, address, persistent, family].hash end |