Method: PureCloud::DomainPhysicalInterface#hash
- Defined in:
- lib/purecloud/models/domain_physical_interface.rb
#hash ⇒ Object
Calculate hash code according to all attributes.
240 241 242 |
# File 'lib/purecloud/models/domain_physical_interface.rb', line 240 def hash [id, name, description, version, date_created, date_modified, modified_by, created_by, state, modified_by_app, created_by_app, edge_uri, friendly_name, hardware_address, port_label, physical_capabilities, self_uri].hash end |