class Fastlane::Helper::BadgeHelper

Public Class Methods

available_options() click to toggle source

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

# File lib/fastlane/plugin/badge/helper/badge_helper.rb, line 21
def self.available_options
  BadgeBridge::Bridge.available_options
end
run(options) click to toggle source
# File lib/fastlane/plugin/badge/helper/badge_helper.rb, line 25
def self.run(options)
  BadgeBridge::Bridge.run(options)
end