Module: Cert

Defined in:
lib/cert.rb,
lib/cert/runner.rb,
lib/cert/options.rb,
lib/cert/version.rb,
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
ROOT =
Pathname.new(File.expand_path('../..', __FILE__))
VERSION =
"2.0.0"

Class Attribute Summary collapse

Class Attribute Details

.configObject

Returns the value of attribute config.



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

def config
  @config
end