Sha256: 0863e7329d63fa9127293e2075c278787620fd2a75acf7582074197563eaf92a
Contents?: true
Size: 259 Bytes
Versions: 216
Compression:
Stored size: 259 Bytes
Contents
module Sportradar module Api module Basketball class Broadcast < Data attr_accessor :response, :network def initialize(data) @response = data @network = data["network"] end end end end end
Version data entries
216 entries across 216 versions & 1 rubygems