class Fastlane::Helper::HockeyDevicesHelper
Public Class Methods
run_with_defaults()
click to toggle source
# File lib/fastlane/plugin/hockey_devices/helper/hockey_devices_helper.rb, line 4 def self.run_with_defaults Fastlane::FastFile.new.parse(" lane :test do hockey_devices( api_token: 'xu124huh123ug', public_identifier: 'as75a875fa8fas865f' ) end ").runner.execute(:test) end