class Fastlane::Helper::PgyerV2Helper

Public Class Methods

show_message() click to toggle source

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

# File lib/fastlane/plugin/pgyer_v2/helper/pgyer_v2_helper.rb, line 11
def self.show_message
  UI.message("Hello from the pgyer_v2 plugin helper!")
end