Sha256: 87bd5581cda1e9cc7a4b02287a42f0801c01cb45eee2595829786466075e23f3

Contents?: true

Size: 300 Bytes

Versions: 3

Compression:

Stored size: 300 Bytes

Contents

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

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
fastlane-plugin-aws_sns-0.2.0 lib/fastlane/plugin/aws_sns/helper/aws_sns_helper.rb
fastlane-plugin-aws_sns-0.1.2 lib/fastlane/plugin/aws_sns/helper/aws_sns_helper.rb
fastlane-plugin-aws_sns-0.1.1 lib/fastlane/plugin/aws_sns/helper/aws_sns_helper.rb