Sha256: 5242befe3085584edf9939cd7a96523b2ddbdb355d7421d35352e61c04e040f3
Contents?: true
Size: 302 Bytes
Versions: 2
Compression:
Stored size: 302 Bytes
Contents
module Fastlane module Helper class PolideaHelper # class methods that you define here become available in your action # as `Helper::PolideaHelper.your_method` # def self.show_message UI.message("Hello from the polidea plugin helper!") end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
fastlane-plugin-polidea-0.1.2 | lib/fastlane/plugin/polidea/helper/polidea_helper.rb |
fastlane-plugin-polidea-0.1.0 | lib/fastlane/plugin/polidea/helper/polidea_helper.rb |