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