Class: Rsteamshot::Configuration
- Inherits:
-
Object
- Object
- Rsteamshot::Configuration
- Defined in:
- lib/rsteamshot/configuration.rb
Overview
Public: Configure the Rsteamshot gem.
Instance Attribute Summary collapse
-
#apps_list_path ⇒ Object
Public: The path to a JSON file that will contain Steam app information.
Instance Attribute Details
#apps_list_path ⇒ Object
Public: The path to a JSON file that will contain Steam app information.
5 6 7 |
# File 'lib/rsteamshot/configuration.rb', line 5 def apps_list_path @apps_list_path end |