Class: Fastlane::Helper::JiraTicketHelper

Inherits:
Object
  • Object
show all
Defined in:
lib/fastlane/plugin/jira_ticket/helper/jira_ticket_helper.rb

Class Method Summary collapse

Class Method Details

.show_messageObject

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



11
12
13
# 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