class Fastlane::Helper::MatchAndroidKeystoreHelper
Public Class Methods
show_message()
click to toggle source
class methods that you define here become available in your action as `Helper::MatchAndroidKeystoreHelper.your_method`
# File lib/fastlane/plugin/match_android_keystore/helper/match_android_keystore_helper.rb, line 11 def self.show_message UI.message("Hello from the match_android_keystore plugin helper!") end