Method: GongAPI::GenericDealStageRequest#hash

Defined in:
lib/gong_api/models/generic_deal_stage_request.rb

#hashInteger

Calculates hash code according to all attributes.

Returns:

  • (Integer)

    Hash code



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