Method: NucleusApi::StatisticResourceVO#hash
- Defined in:
- lib/nucleus_api/models/statistic_resource_vo.rb
#hash ⇒ Fixnum
Calculates hash code according to all attributes.
102 103 104 |
# File 'lib/nucleus_api/models/statistic_resource_vo.rb', line 102 def hash [description, parameter, stat_name, type].hash end |