class Fastlane::Helper::EnumeratedTranslationsHelper

Public Class Methods

show_message() click to toggle source

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

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