module Sportradar module Api module Basketball class TwoPointMade < ShotMade def points 2 end end end end end