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