Module: Fastlane::Checks
- Defined in:
- lib/fastlane/plugin/checks.rb,
lib/fastlane/plugin/checks/options.rb,
lib/fastlane/plugin/checks/version.rb,
lib/fastlane/plugin/checks/helper/credentials.rb,
lib/fastlane/plugin/checks/helper/report_parser.rb,
lib/fastlane/plugin/checks/helper/checks_service.rb
Defined Under Namespace
Classes: Credentials, GoogleChecksService, Options, ReportParser
Constant Summary collapse
- VERSION =
"0.1.0"
Class Method Summary collapse
-
.all_classes ⇒ Object
Return all .rb files inside the “actions” and “helper” directory.
Class Method Details
.all_classes ⇒ Object
Return all .rb files inside the “actions” and “helper” directory
20 21 22 |
# File 'lib/fastlane/plugin/checks.rb', line 20 def self.all_classes Dir[File.('**/{actions,helper}/*.rb', File.dirname(__FILE__))] end |