class SteamStoreParser::Game

Attributes

steamapp_id[R]
title[R]

Public Class Methods

new(title, steamapp_id) click to toggle source
# File lib/steam-store-parser/game.rb, line 6
def initialize(title, steamapp_id)
  @title = title
  @steamapp_id = steamapp_id
end