Module: WatchBuild
- Defined in:
- lib/watchbuild.rb,
lib/watchbuild/runner.rb,
lib/watchbuild/options.rb,
lib/watchbuild/version.rb
Defined Under Namespace
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.('../..', __FILE__))
- VERSION =
'0.3.1'.freeze
- DESCRIPTION =
'Get a notification once your App Store Connect build is finished processing'.freeze
Class Attribute Summary collapse
-
.config ⇒ Object
Returns the value of attribute config.
Class Attribute Details
.config ⇒ Object
Returns the value of attribute config.
10 11 12 |
# File 'lib/watchbuild.rb', line 10 def config @config end |