Method: Fastlane::Runner#lanes

Defined in:
fastlane/lib/fastlane/runner.rb,
fastlane/lib/fastlane/runner.rb

#lanesHash

Returns All the lanes available, first the platform, then the lane.

Returns:

  • (Hash)

    All the lanes available, first the platform, then the lane



10
11
12
# File 'fastlane/lib/fastlane/runner.rb', line 10

def lanes
  @lanes
end