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.expand_path('../../..', __FILE__))

Class Attribute Summary collapse

Class Attribute Details

.configObject

Returns the value of attribute config.



7
8
9
# File 'cert/lib/cert/module.rb', line 7

def config
  @config
end