Method: Ionoscloud::UserProperties#hash

Defined in:
lib/ionoscloud/models/user_properties.rb

#hashInteger

Calculates hash code according to all attributes.

Returns:

  • (Integer)

    Hash code



229
230
231
# File 'lib/ionoscloud/models/user_properties.rb', line 229

def hash
  [active, administrator, email, firstname, force_sec_auth, lastname, s3_canonical_user_id, sec_auth_active].hash
end