Module: Screengrab
- Defined in:
- screengrab/lib/screengrab/setup.rb,
screengrab/lib/screengrab/module.rb,
screengrab/lib/screengrab/runner.rb,
screengrab/lib/screengrab/options.rb,
screengrab/lib/screengrab/detect_values.rb,
screengrab/lib/screengrab/reports_generator.rb,
screengrab/lib/screengrab/commands_generator.rb,
screengrab/lib/screengrab/dependency_checker.rb,
screengrab/lib/screengrab/android_environment.rb
Defined Under Namespace
Classes: AndroidEnvironment, CommandsGenerator, DependencyChecker, DetectValues, Options, ReportsGenerator, Runner, Setup
Constant Summary collapse
- Helper =
you gotta love Ruby: Helper.* should use the Helper class contained in FastlaneCore
FastlaneCore::Helper
- UI =
FastlaneCore::UI
- Boolean =
Fastlane::Boolean
- ROOT =
Pathname.new(File.('../../..', __FILE__))
- DESCRIPTION =
"Automated localized screenshots of your Android app on every device".freeze
Class Attribute Summary collapse
-
.android_environment ⇒ Object
Returns the value of attribute android_environment.
-
.config ⇒ Object
Returns the value of attribute config.
Class Method Summary collapse
Class Attribute Details
.android_environment ⇒ Object
Returns the value of attribute android_environment.
9 10 11 |
# File 'screengrab/lib/screengrab/module.rb', line 9 def android_environment @android_environment end |
.config ⇒ Object
Returns the value of attribute config.
8 9 10 |
# File 'screengrab/lib/screengrab/module.rb', line 8 def config @config end |
Class Method Details
.screengrabfile_name ⇒ Object
16 17 18 |
# File 'screengrab/lib/screengrab/module.rb', line 16 def screengrabfile_name "Screengrabfile" end |