Method: TrinsicApi::ProviderInformation#hash

Defined in:
lib/trinsic_api/models/provider_information.rb

#hashInteger

Calculates hash code according to all attributes.

Returns:

  • (Integer)

    Hash code



322
323
324
# File 'lib/trinsic_api/models/provider_information.rb', line 322

def hash
  [id, name, logo_url, subtext, provider_id, provider_display_name, , health, sub_providers].hash
end