Method: GongAPI::GenericDealStageRequest#hash
- Defined in:
- lib/gong_api/models/generic_deal_stage_request.rb
#hash ⇒ Integer
Calculates hash code according to all attributes.
138 139 140 |
# File 'lib/gong_api/models/generic_deal_stage_request.rb', line 138 def hash [internal_name, is_active, name, sort_order].hash end |