Method: Akeyless::CreateSSHTarget#hash
- Defined in:
- lib/akeyless/models/create_ssh_target.rb
#hash ⇒ Integer
Calculates hash code according to all attributes.
204 205 206 |
# File 'lib/akeyless/models/create_ssh_target.rb', line 204 def hash [comment, host, json, key, name, port, private_key, private_key_password, ssh_password, ssh_username, token, uid_token].hash end |