Sha256: 2f74c565e5d6a2364de1ae52352277a4e288b98a16d38f24223f3544d5c55aa7

Contents?: true

Size: 404 Bytes

Versions: 1

Compression:

Stored size: 404 Bytes

Contents

require 'fastlane_core/ui/ui'

module Fastlane
  UI = FastlaneCore::UI unless Fastlane.const_defined?("UI")

  module Helper
    class TestintaskHelper
      # class methods that you define here become available in your action
      # as `Helper::TestintaskHelper.your_method`
      #
      def self.show_message
        UI.message("Hello from the testintask plugin helper!")
      end
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
testin-0.1.0 fastlane-plugin-testintask/lib/fastlane/plugin/testintask/helper/testintask_helper.rb