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