Module: Cert
- Defined in:
- cert/lib/cert/module.rb,
cert/lib/cert/runner.rb,
cert/lib/cert/options.rb,
cert/lib/cert/commands_generator.rb
Defined Under Namespace
Classes: CommandsGenerator, Options, Runner
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__))
Class Attribute Summary collapse
-
.config ⇒ Object
Returns the value of attribute config.
Class Attribute Details
.config ⇒ Object
Returns the value of attribute config.
7 8 9 |
# File 'cert/lib/cert/module.rb', line 7 def config @config end |