Method: Akeyless::LastStatusInfo#hash
- Defined in:
- lib/akeyless/models/last_status_info.rb
#hash ⇒ Integer
Calculates hash code according to all attributes.
116 117 118 |
# File 'lib/akeyless/models/last_status_info.rb', line 116 def hash [migrations_status, producers_errors, was_migrations_copied_to_new_table].hash end |