Sha256: 9163ade2c63bca0b05306f19a026cb19de8b71549c54b7960dda3aa4a6345dab
Contents?: true
Size: 575 Bytes
Versions: 119
Compression:
Stored size: 575 Bytes
Contents
module Sportradar module Api class Football::StatPack::Kickoffs < Football::StatPack attr_accessor :kickoffs, :endzone, :inside_20, :return_yards, :touchbacks, :yards, :out_of_bounds def set_stats @kickoffs = response["kickoffs"] @endzone = response["endzone"] @inside_20 = response["inside_20"] @return_yards = response["return_yards"] @touchbacks = response["touchbacks"] @yards = response["yards"] @out_of_bounds = response["out_of_bounds"] end end end end
Version data entries
119 entries across 119 versions & 1 rubygems