Sha256: fdf8db8636ec289cbe49fcc6549767db936f2d6199cc76d24e24f073f38b225f

Contents?: true

Size: 1.24 KB

Versions: 12

Compression:

Stored size: 1.24 KB

Contents

module MarketBot
  module Play
    class Chart
      MAX_PAGES = 6

      COLLECTIONS = %w{
        topselling_free
        topselling_paid
        topgrossing
        topselling_free
        movers_shakers
        topgrossing
        topselling_new_free
        topselling_new_paid
      }

      CATEGORIES = %w{
				ANDROID_WEAR
				BOOKS_AND_REFERENCE
				BUSINESS
				COMICS
				COMMUNICATION
				EDUCATION
				ENTERTAINMENT
				FINANCE
				HEALTH_AND_FITNESS
				LIBRARIES_AND_DEMO
				LIFESTYLE
				APP_WALLPAPER
				MEDIA_AND_VIDEO
				MEDICAL
				MUSIC_AND_AUDIO
				NEWS_AND_MAGAZINES
				PERSONALIZATION
				PHOTOGRAPHY
				PRODUCTIVITY
				SHOPPING
				SOCIAL
				SPORTS
				TOOLS
				TRANSPORTATION
				TRAVEL_AND_LOCAL
				WEATHER
				APP_WIDGETS
				GAME_ACTION
				GAME_ADVENTURE
				GAME_ARCADE
				GAME_BOARD
				GAME_CARD
				GAME_CASINO
				GAME_CASUAL
				GAME_EDUCATIONAL
				GAME_MUSIC
				GAME_PUZZLE
				GAME_RACING
				GAME_ROLE_PLAYING
				GAME_SIMULATION
				GAME_SPORTS
				GAME_STRATEGY
				GAME_TRIVIA
				GAME_WORD
				FAMILY?age=AGE_RANGE1
				FAMILY?age=AGE_RANGE2
				FAMILY?age=AGE_RANGE3
				FAMILY_ACTION
				FAMILY_BRAINGAMES
				FAMILY_CREATE
				FAMILY_EDUCATION
				FAMILY_MUSICVIDEO
				FAMILY_PRETEND
      }
    end
  end
end

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
market_bot-1.3.1 lib/market_bot/play/chart/constants.rb
market_bot-1.3.0 lib/market_bot/play/chart/constants.rb
market_bot-1.2.0 lib/market_bot/play/chart/constants.rb
market_bot-1.1.0 lib/market_bot/play/chart/constants.rb
market_bot-1.0.7 lib/market_bot/play/chart/constants.rb
market_bot-1.0.6 lib/market_bot/play/chart/constants.rb
market_bot-1.0.5 lib/market_bot/play/chart/constants.rb
market_bot-1.0.4 lib/market_bot/play/chart/constants.rb
market_bot-1.0.3 lib/market_bot/play/chart/constants.rb
market_bot-1.0.2 lib/market_bot/play/chart/constants.rb
market_bot-1.0.1 lib/market_bot/play/chart/constants.rb
market_bot-1.0.0 lib/market_bot/play/chart/constants.rb