class SportDb::GoalsMinuteStruct

Attributes

minute[RW]
offset[RW]
owngoal[RW]
penalty[RW]

Public Class Methods

new() click to toggle source
# File lib/sportdb/formats/goals.rb, line 25
def initialize
  @offset  = 0
  @penalty = false
  @owngoal = false
end