Method: AvmClient::Valuation#hash

Defined in:
lib/avm_client/models/valuation.rb

#hashInteger

Calculates hash code according to all attributes.

Returns:

  • (Integer)

    Hash code



125
126
127
# File 'lib/avm_client/models/valuation.rb', line 125

def hash
  [most_probable_price, price_range_from, price_range_to, confidence, price_distribution].hash
end