class Fastlane::Helper::DeployAwsS3CloudfrontHelper
Public Class Methods
show_message()
click to toggle source
class methods that you define here become available in your action as `Helper::DeployAwsS3CloudfrontHelper.your_method`
# File lib/fastlane/plugin/deploy_aws_s3_cloudfront/helper/deploy_aws_s3_cloudfront_helper.rb, line 11 def self.show_message UI.message("Hello from the deploy_aws_s3_cloudfront plugin helper!") end