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