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