Method: SematextCloud::GenericApiResponse#hash
- Defined in:
- lib/SematextCloud/models/generic_api_response.rb
#hash ⇒ Fixnum
Calculates hash code according to all attributes.
106 107 108 |
# File 'lib/SematextCloud/models/generic_api_response.rb', line 106 def hash [data, errors, , success].hash end |