module Sportradar module Api module Basketball class ThreePointMade < ShotMade def points 3 end end end end end