Method: Hubspot::Crm::Imports::ErrorDetail#hash

Defined in:
lib/hubspot/codegen/crm/imports/models/error_detail.rb

#hashInteger

Calculates hash code according to all attributes.

Returns:

  • (Integer)

    Hash code



138
139
140
# File 'lib/hubspot/codegen/crm/imports/models/error_detail.rb', line 138

def hash
  [message, _in, code, sub_category, context].hash
end