Class: Fastlane::Helper::SetupAppFeedbackSdkHelper
- Inherits:
-
Object
- Object
- Fastlane::Helper::SetupAppFeedbackSdkHelper
- Defined in:
- lib/fastlane/plugin/setup_app_feedback_sdk/helper/setup_app_feedback_sdk_helper.rb
Class Method Summary collapse
-
.show_message ⇒ Object
class methods that you define here become available in your action as ‘Helper::SetupAppFeedbackSdkHelper.your_method`.
Class Method Details
.show_message ⇒ Object
class methods that you define here become available in your action as ‘Helper::SetupAppFeedbackSdkHelper.your_method`
11 12 13 |
# File 'lib/fastlane/plugin/setup_app_feedback_sdk/helper/setup_app_feedback_sdk_helper.rb', line 11 def self. UI.("Hello from the setup_app_feedback_sdk plugin helper!") end |