Class: Fastlane::Helper::GitlabTagReleaseHelper

Inherits:
Object
  • Object
show all
Defined in:
lib/fastlane/plugin/gitlab_tag_release/helper/gitlab_tag_release_helper.rb

Defined Under Namespace

Classes: GitlabClient, GitlabService

Class Method Summary collapse

Class Method Details

.show_messageObject

class methods that you define here become available in your action as ‘Helper::GitlabTagReleaseHelper.your_method`



13
14
15
# File 'lib/fastlane/plugin/gitlab_tag_release/helper/gitlab_tag_release_helper.rb', line 13

def self.show_message
  UI.message("Hello from the gitlab_tag_release plugin helper!")
end