Method: Hubspot::Crm::Objects::StandardError#hash

Defined in:
lib/hubspot/codegen/crm/objects/models/standard_error.rb

#hashInteger

Calculates hash code according to all attributes.

Returns:

  • (Integer)

    Hash code



189
190
191
# File 'lib/hubspot/codegen/crm/objects/models/standard_error.rb', line 189

def hash
  [status, id, category, sub_category, message, errors, context, links].hash
end