class SportDb::GoalsPlayerStruct

Attributes

minutes[RW]
name[RW]

note: player with own goal (o.g) gets listed on other team

(thus, player might have two entries if also scored for its own team)

Public Class Methods

new() click to toggle source
# File lib/sportdb/formats/goals.rb, line 15
def initialize
  @minutes = []
end