Loading GitLab.pm +1 −1 Original line number Original line Diff line number Diff line Loading @@ -122,7 +122,7 @@ Import with C<:utils> tag. =item group_visibility_name() =item group_visibility_name() $name = GitLab::group_visibility_name($code) $name = GitLab::group_visibility_name($code); Translates a Group Visibility code to its string representation, i.e. I<Private>, I<Internal> or I<Public>. Translates a Group Visibility code to its string representation, i.e. I<Private>, I<Internal> or I<Public>. If the parameter does not represent a valid GitLab Group Visibility code, returns I<Invalid>. If the parameter does not represent a valid GitLab Group Visibility code, returns I<Invalid>. Loading Loading
GitLab.pm +1 −1 Original line number Original line Diff line number Diff line Loading @@ -122,7 +122,7 @@ Import with C<:utils> tag. =item group_visibility_name() =item group_visibility_name() $name = GitLab::group_visibility_name($code) $name = GitLab::group_visibility_name($code); Translates a Group Visibility code to its string representation, i.e. I<Private>, I<Internal> or I<Public>. Translates a Group Visibility code to its string representation, i.e. I<Private>, I<Internal> or I<Public>. If the parameter does not represent a valid GitLab Group Visibility code, returns I<Invalid>. If the parameter does not represent a valid GitLab Group Visibility code, returns I<Invalid>. Loading