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