Module: ValorantDailyStore
- Defined in:
- lib/valorant_daily_store.rb,
lib/valorant_daily_store/cli.rb,
lib/valorant_daily_store/data.rb,
lib/valorant_daily_store/skin.rb,
lib/valorant_daily_store/consts.rb,
lib/valorant_daily_store/errors.rb,
lib/valorant_daily_store/version.rb
Defined Under Namespace
Classes: AuthorizaionTokenError, AuthorizationCookiesError, CLI, Data, EntitlementsTokenError, OffersError, PlayerIdError, Skin, SkinIdsError, UnsupportedLanguage, ValorantApiError
Constant Summary collapse
- VALORANT_API_LANGUAGES =
["ar-AE", "de-DE", "en-US", "es-ES", "es-MX", "fr-FR", "id-ID", "it-IT", "ja-JP", "ko-KR", "pl-PL", "pt-BR", "ru-RU", "th-TH", "tr-TR", "vi-VN", "zh-CN", "zh-TW"].freeze
- VERSION =
"1.0.6"