Method: OrderCloud::CategoryAssignment#hash
- Defined in:
- lib/order_cloud/models/category_assignment.rb
#hash ⇒ Fixnum
Calculates hash code according to all attributes.
107 108 109 |
# File 'lib/order_cloud/models/category_assignment.rb', line 107 def hash [category_id, user_id, user_group_id].hash end |