class IGDB::Client
Attributes
api_key[RW]
Public Class Methods
new(api_key)
click to toggle source
# File lib/igdb/client.rb, line 9 def initialize(api_key) @api_key = api_key end