class CFB::Drive

Public Instance Methods

game() click to toggle source
# File lib/cfb_api/models.rb, line 150
def game
  @game ||= connection.game(game_id)
end