module SteamAPIKey
Public Class Methods
api_key()
click to toggle source
# File lib/steam_valve/steam_api_key.rb, line 2 def self.api_key ENV['STEAM_API_KEY'].empty? ? fail(SteamValveExceptions::ApiKeyMissingError) : ENV['STEAM_API_KEY'] end