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