class Steam::Web::Api::Configuration
Holds the configuration required to use the web api
Attributes
steam_api_key[R]
Public Class Methods
new()
click to toggle source
# File lib/steam/web/api/configuration.rb, line 9 def initialize @steam_api_key = ENV['STEAM_API_KEY'] end