Method: Falcon::ModelsAccessHealthDetails#hash
- Defined in:
- lib/crimson-falcon/models/models_access_health_details.rb
#hash ⇒ Integer
Calculates hash code according to all attributes.
137 138 139 |
# File 'lib/crimson-falcon/models/models_access_health_details.rb', line 137 def hash [last_checked, reason, valid].hash end |