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