class Fastlane::Helper::LaneHelper

Public Class Methods

current_lane() click to toggle source
# File fastlane/lib/fastlane/helper/lane_helper.rb, line 8
def self.current_lane
  return Fastlane::Actions.lane_context[Fastlane::Actions::SharedValues::LANE_NAME]
end
current_platform() click to toggle source
# File fastlane/lib/fastlane/helper/lane_helper.rb, line 4
def self.current_platform
  return Fastlane::Actions.lane_context[Fastlane::Actions::SharedValues::PLATFORM_NAME]
end