Sha256: 9a52c51431e6c501345a81661621176cd18139c250ac44bf112fda4c03996d64
Contents?: true
Size: 610 Bytes
Versions: 119
Compression:
Stored size: 610 Bytes
Contents
module Sportradar module Api class Football::StatPack::PuntReturns < Football::StatPack attr_accessor :returns, :yards, :avg_yards, :touchdowns, :longest, :faircatches, :longest_touchdown def set_stats @returns = response["returns"] @yards = response["yards"] @avg_yards = response["avg_yards"] @touchdowns = response["touchdowns"] @longest = response["longest"] @faircatches = response["faircatches"] @longest_touchdown = response["longest_touchdown"] end end end end
Version data entries
119 entries across 119 versions & 1 rubygems