class Twitch::GameAnalytic

A

Attributes

game_id[R]

ID of the game requested.

url[R]

A link to a (CSV format) data report.

Public Class Methods

new(attributes = {}) click to toggle source
# File lib/twitch/game_analytic.rb, line 9
def initialize(attributes = {})
  @game_id = attributes['game_id']
  @url = attributes['URL']
end