Method: XbimComms::View#hash
- Defined in:
- lib/xbim_comms/models/view.rb
#hash ⇒ Integer
Calculates hash code according to all attributes.
114 115 116 |
# File 'lib/xbim_comms/models/view.rb', line 114 def hash [viewpoint, file].hash end |