Module: Sigh

Defined in:
sigh/lib/sigh/module.rb,
sigh/lib/sigh/repair.rb,
sigh/lib/sigh/resign.rb,
sigh/lib/sigh/runner.rb,
sigh/lib/sigh/manager.rb,
sigh/lib/sigh/options.rb,
sigh/lib/sigh/download_all.rb,
sigh/lib/sigh/local_manage.rb,
sigh/lib/sigh/commands_generator.rb

Defined Under Namespace

Classes: CommandsGenerator, DownloadAll, LocalManage, Manager, Options, Repair, Resign, 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__))

Class Attribute Summary collapse

Class Attribute Details

.configObject

Returns the value of attribute config.



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

def config
  @config
end