Class: IconBannerBridge::Bridge
- Inherits:
-
Object
- Object
- IconBannerBridge::Bridge
- Defined in:
- lib/fastlane/plugin/icon_banner/helper/icon_banner_helper.rb
Class Method Summary collapse
Class Method Details
.available_options ⇒ Object
5 6 7 |
# File 'lib/fastlane/plugin/icon_banner/helper/icon_banner_helper.rb', line 5 def self. IconBanner::IconBanner. end |
.generate(options) ⇒ Object
9 10 11 |
# File 'lib/fastlane/plugin/icon_banner/helper/icon_banner_helper.rb', line 9 def self.generate() IconBanner::IconBanner.generate('.', ) end |
.restore ⇒ Object
13 14 15 |
# File 'lib/fastlane/plugin/icon_banner/helper/icon_banner_helper.rb', line 13 def self.restore IconBanner::IconBanner.restore('.') end |