Class: Fastlane::Actions::SnapshotAction
- Inherits:
-
CaptureIosScreenshotsAction
- Object
- Fastlane::Action
- CaptureIosScreenshotsAction
- Fastlane::Actions::SnapshotAction
- Defined in:
- fastlane/lib/fastlane/actions/snapshot.rb
Constant Summary
Constants inherited from Fastlane::Action
Fastlane::Action::AVAILABLE_CATEGORIES, Fastlane::Action::RETURN_TYPES
Documentation collapse
Methods inherited from CaptureIosScreenshotsAction
author, available_options, category, example_code, is_supported?, output, run
Methods inherited from Fastlane::Action
action_name, author, authors, available_options, category, deprecated_notes, details, example_code, is_supported?, lane_context, method_missing, other_action, output, return_type, return_value, run, sample_return_value, shell_out_should_use_bundle_exec?, step_text
Class Method Details
.description ⇒ Object
9 10 11 |
# File 'fastlane/lib/fastlane/actions/snapshot.rb', line 9 def self.description "Alias for the `capture_ios_screenshots` action" end |