Method: Akeyless::RotateKeyOutput#hash
- Defined in:
- lib/akeyless/models/rotate_key_output.rb
#hash ⇒ Integer
Calculates hash code according to all attributes.
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 |