Method: LockstepSdk::UserRoleModel#created_user_id

Defined in:
lib/lockstep_sdk/models/user_role_model.rb

#created_user_idUuid

Returns The ID of the user who created the user role.

Returns:

  • (Uuid)

    The ID of the user who created the user role



53
54
55
# File 'lib/lockstep_sdk/models/user_role_model.rb', line 53

def created_user_id
  @created_user_id
end