Module: Cert

Defined in:
lib/cert.rb,
lib/cert/runner.rb,
lib/cert/options.rb,
lib/cert/version.rb,
lib/cert/keychain_importer.rb,
lib/cert/commands_generator.rb

Defined Under Namespace

Classes: CommandsGenerator, 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
ROOT =
Pathname.new(File.expand_path('../..', __FILE__))
VERSION =
"1.4.2"

Class Attribute Summary collapse

Class Attribute Details

.configObject

Returns the value of attribute config.



12
13
14
# File 'lib/cert.rb', line 12

def config
  @config
end