Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Gitlab.Scope
SourceThe Scope
module abstracts GitLab's authorization scopes.
to_string scope
is the string GitLab uses to indicate the scope constructor scope
.
scope_of_string scope
is the constructor corresponding to the GitLab scope constructor scope
if one exists.
string_of_scopes scopes
is the serialization for a list of scopes scopes
which GitLab accepts as a set of scopes in its API.
scopes_of_string scopes
are the scope constructors corresponding to the serialized list of constructors scopes
.
all
is a list containing every scope constructor known.