Method: Akeyless::DataProtectionSection#hash

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

#hashInteger

Calculates hash code according to all attributes.

Returns:

  • (Integer)

    Hash code



95
96
97
# File 'lib/akeyless/models/data_protection_section.rb', line 95

def hash
  [enable_classic_key_protection].hash
end