Method: Falcon::ClientCost#hash
- Defined in:
- lib/crimson-falcon/models/client_cost.rb
#hash ⇒ Integer
Calculates hash code according to all attributes.
144 145 146 |
# File 'lib/crimson-falcon/models/client_cost.rb', line 144 def hash [live_cost, query_count, static_cost].hash end |