module Rsteamshot

Public: Contains classes for finding screenshots uploaded by users to Steam. Screenshots are from Steam games (apps).

Constants

VERSION

Public: The current version of the Rsteamshot gem.

Attributes

configuration[W]

Public Class Methods

configuration() click to toggle source
# File lib/rsteamshot.rb, line 20
def self.configuration
  @configuration ||= Configuration.new
end
configure() { |configuration| ... } click to toggle source

Public: Configure the Rsteamshot gem such as by setting the path to where you have downloaded the list of Steam apps as a JSON file.

# File lib/rsteamshot.rb, line 26
def self.configure
  yield configuration
end