Class: Fastlane::Helper::RedmineUploadHelper
- Inherits:
-
Object
- Object
- Fastlane::Helper::RedmineUploadHelper
- Defined in:
- lib/fastlane/plugin/redmine_upload/helper/redmine_upload_helper.rb
Class Method Summary collapse
-
.show_message ⇒ Object
class methods that you define here become available in your action as ‘Helper::RedmineUploadHelper.your_method`.
Class Method Details
.show_message ⇒ Object
class methods that you define here become available in your action as ‘Helper::RedmineUploadHelper.your_method`
11 12 13 |
# File 'lib/fastlane/plugin/redmine_upload/helper/redmine_upload_helper.rb', line 11 def self. UI.("Hello from the redmine_upload plugin helper!") end |