Method: Akeyless::KMIPClient#hash

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

#hashInteger

Calculates hash code according to all attributes.

Returns:

  • (Integer)

    Hash code



141
142
143
# File 'lib/akeyless/models/kmip_client.rb', line 141

def hash
  [activate_keys_on_creation, certificate_issue_date, certificate_ttl_in_seconds, id, name, rules].hash
end