Module Gitlab::Client::Namespaces
In: lib/gitlab/client/namespaces.rb

Methods

Public Instance methods

Gets a list of namespaces.

@example

  Gitlab.namespaces

@param [Hash] options A customizable set of options. @options options [Integer] :page The page number. @options options [Integer] :per_page The number of results per page. @options opttion [String] :search The string to search for. @return [Array<Gitlab::ObjectifiedHash>]

[Validate]