Method: Akeyless::RotateKeyOutput#hash

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

#hashInteger

Calculates hash code according to all attributes.

Returns:

  • (Integer)

    Hash code



124
125
126
# File 'lib/akeyless/models/rotate_key_output.rb', line 124

def hash
  [classic_key_gw_url, item_type, new_item_version, next_rotation_date].hash
end