Sha256: ff64379ec5f94d03244617c4fadaecdc959e335ac2f9ecedae4ceb200d096edb
Contents?: true
Size: 290 Bytes
Versions: 4
Compression:
Stored size: 290 Bytes
Contents
# frozen_string_literal: true require_relative "valorant_daily_store/version" require_relative "valorant_daily_store/data" module ValorantDailyStore def self.get_data(username:, password:, region:, language: "en-US") Data.new(username:, password:, region:, language:).get end end
Version data entries
4 entries across 4 versions & 1 rubygems