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