class Fastlane::Helper::LaneHelper
Public Class Methods
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
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