Method: SematextCloud::GenericApiResponse#hash

Defined in:
lib/SematextCloud/models/generic_api_response.rb

#hashFixnum

Calculates hash code according to all attributes.

Returns:

  • (Fixnum)

    Hash code



106
107
108
# File 'lib/SematextCloud/models/generic_api_response.rb', line 106

def hash
  [data, errors, message, success].hash
end