Method: NucleusApi::DecisionTreeCO#hash
- Defined in:
- lib/nucleus_api/models/decision_tree_co.rb
#hash ⇒ Fixnum
Calculates hash code according to all attributes.
96 97 98 |
# File 'lib/nucleus_api/models/decision_tree_co.rb', line 96 def hash [answers, entity_type].hash end |