Class: Fastlane::Helper::BadgeHelper

Inherits:
Object
  • Object
show all
Defined in:
lib/fastlane/plugin/badge/helper/badge_helper.rb

Class Method Summary collapse

Class Method Details

.available_optionsObject

class methods that you define here become available in your action as ‘Helper::BadgeHelper.your_method`



21
22
23
# File 'lib/fastlane/plugin/badge/helper/badge_helper.rb', line 21

def self.available_options
  BadgeBridge::Bridge.available_options
end

.run(options) ⇒ Object



25
26
27
# File 'lib/fastlane/plugin/badge/helper/badge_helper.rb', line 25

def self.run(options)
  BadgeBridge::Bridge.run(options)
end