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