class Fastlane::Actions::CaptureScreenshotsAction

Public Class Methods

description() click to toggle source

@!group Documentation

# File fastlane/lib/fastlane/actions/capture_screenshots.rb, line 9
def self.description
  "Alias for the `capture_ios_screenshots` action"
end