Module: PEM
- Defined in:
- pem/lib/pem/module.rb,
pem/lib/pem/manager.rb,
pem/lib/pem/options.rb,
pem/lib/pem/commands_generator.rb
Defined Under Namespace
Classes: CommandsGenerator, Manager, Options
Constant Summary collapse
- TMP_FOLDER =
"#{tmp_dir}/fastlane/PEM/"
- Helper =
you gotta love Ruby: Helper.* should use the Helper class contained in FastlaneCore
FastlaneCore::Helper
- UI =
FastlaneCore::UI
- 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.
6 7 8 |
# File 'pem/lib/pem/module.rb', line 6 def config @config end |