Module: Supply

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

Defined Under Namespace

Classes: ApkListing, Client, CommandsGenerator, Listing, Options, 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
VERSION =
"0.6.2".freeze
DESCRIPTION =
"Command line tool for updating Android apps and their metadata on the Google Play Store"

Class Attribute Summary collapse

Class Attribute Details

.configObject

Returns the value of attribute config.



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

def config
  @config
end