Method: Akeyless::GenerateCAOutput#hash

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

#hashInteger

Calculates hash code according to all attributes.

Returns:

  • (Integer)

    Hash code



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

def hash
  [intermediate_certificate_name, intermediate_issuer_name, intermediate_key_name, root_certificate_name, root_issuer_name, root_key_name].hash
end