Method: CrelateClient::ExtReferralRequest#hash
- Defined in:
- lib/crelate_client/models/ext_referral_request.rb
#hash ⇒ Fixnum
Calculates hash code according to all attributes.
114 115 116 |
# File 'lib/crelate_client/models/ext_referral_request.rb', line 114 def hash [contact_name, company_name, phone, state, email].hash end |