class Fastlane::Helper::QueueHelper

Public Class Methods

show_message() click to toggle source

class methods that you define here become available in your action as `Helper::QueueHelper.your_method`

# File lib/fastlane/plugin/queue/helper/queue_helper.rb, line 7
def self.show_message
  UI.message("Hello from the queue plugin helper!")
end