Class: Fastlane::Helper::IconBannerHelper
- Inherits:
-
Object
- Object
- Fastlane::Helper::IconBannerHelper
- Defined in:
- lib/fastlane/plugin/icon_banner/helper/icon_banner_helper.rb
Class Method Summary collapse
Class Method Details
.available_options ⇒ Object
22 23 24 |
# File 'lib/fastlane/plugin/icon_banner/helper/icon_banner_helper.rb', line 22 def self. IconBannerBridge::Bridge. end |
.generate(options) ⇒ Object
26 27 28 |
# File 'lib/fastlane/plugin/icon_banner/helper/icon_banner_helper.rb', line 26 def self.generate() IconBannerBridge::Bridge.generate() end |
.restore ⇒ Object
30 31 32 |
# File 'lib/fastlane/plugin/icon_banner/helper/icon_banner_helper.rb', line 30 def self.restore IconBannerBridge::Bridge.restore end |