Method: TrinsicApi::ProviderInformation#hash
- Defined in:
- lib/trinsic_api/models/provider_information.rb
#hash ⇒ Integer
Calculates hash code according to all attributes.
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, provider_logo, health, sub_providers].hash end |