Method: Akeyless::LastStatusInfo#hash

Defined in:
lib/akeyless/models/last_status_info.rb

#hashInteger

Calculates hash code according to all attributes.

Returns:

  • (Integer)

    Hash code



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