Module: WatchBuild

Defined in:
lib/watchbuild.rb,
lib/watchbuild/runner.rb,
lib/watchbuild/options.rb,
lib/watchbuild/version.rb

Defined Under Namespace

Classes: 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 =
'0.3.1'.freeze
DESCRIPTION =
'Get a notification once your App Store Connect build is finished processing'.freeze

Class Attribute Summary collapse

Class Attribute Details

.configObject

Returns the value of attribute config.



10
11
12
# File 'lib/watchbuild.rb', line 10

def config
  @config
end