Class: Fastlane::Helper::LaneHelper

Inherits:
Object
  • Object
show all
Defined in:
fastlane/lib/fastlane/helper/lane_helper.rb

Class Method Summary collapse

Class Method Details

.current_laneObject



8
9
10
# 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_platformObject



4
5
6
# 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