Module: Supply

Defined in:
supply/lib/supply.rb,
supply/lib/supply/setup.rb,
supply/lib/supply/client.rb,
supply/lib/supply/reader.rb,
supply/lib/supply/listing.rb,
supply/lib/supply/options.rb,
supply/lib/supply/uploader.rb,
supply/lib/supply/apk_listing.rb,
supply/lib/supply/commands_generator.rb

Defined Under Namespace

Classes: ApkListing, Client, CommandsGenerator, Listing, Options, Reader, Setup, Uploader

Constant Summary collapse

AVAILABLE_METADATA_FIELDS =
%w(title short_description full_description video)
IMAGES_TYPES =
%w(featureGraphic icon promoGraphic tvBanner)
SCREENSHOT_TYPES =
%w(phoneScreenshots sevenInchScreenshots tenInchScreenshots tvScreenshots wearScreenshots)
IMAGES_FOLDER_NAME =
"images"
IMAGE_FILE_EXTENSIONS =
"{png,jpg,jpeg}"
CHANGELOGS_FOLDER_NAME =
"changelogs"
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__))
DESCRIPTION =
"Command line tool for updating Android apps and their metadata on the Google Play Store".freeze

Class Attribute Summary collapse

Class Attribute Details

.configObject

Returns the value of attribute config.



13
14
15
# File 'supply/lib/supply.rb', line 13

def config
  @config
end