Method: Gitlab::CLI::Helpers.actions
- Defined in:
- lib/gitlab/cli_helpers.rb
permalink .actions ⇒ Array
Returns actions available to CLI & Shell
15 16 17 |
# File 'lib/gitlab/cli_helpers.rb', line 15 def actions @actions ||= Gitlab.actions end |