Module: Cert
- Defined in:
- lib/cert.rb,
lib/cert/runner.rb,
lib/cert/options.rb,
lib/cert/version.rb,
lib/cert/keychain_importer.rb
Defined Under Namespace
Classes: KeychainImporter, Options, Runner
Constant Summary collapse
- Helper =
you gotta love Ruby: Helper.* should use the Helper class contained in FastlaneCore
FastlaneCore::Helper
- UI =
FastlaneCore::UI
- VERSION =
"1.2.8"
Class Attribute Summary collapse
-
.config ⇒ Object
Returns the value of attribute config.
Class Attribute Details
.config ⇒ Object
Returns the value of attribute config.
12 13 14 |
# File 'lib/cert.rb', line 12 def config @config end |