Method: Falcon::ModelsBaseResponseV1#hash

Defined in:
lib/crimson-falcon/models/models_base_response_v1.rb

#hashInteger

Calculates hash code according to all attributes.

Returns:

  • (Integer)

    Hash code



132
133
134
# File 'lib/crimson-falcon/models/models_base_response_v1.rb', line 132

def hash
  [errors, meta].hash
end