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