Class: Rsssf::ScheduleStat

Inherits:
Struct
  • Object
show all
Defined in:
lib/rsssf/repo.rb

Instance Attribute Summary collapse

Instance Attribute Details

#filenameObject

Returns the value of attribute filename

Returns:

  • (Object)

    the current value of filename



14
15
16
# File 'lib/rsssf/repo.rb', line 14

def filename
  @filename
end

#pathObject

Returns the value of attribute path

Returns:

  • (Object)

    the current value of path



14
15
16
# File 'lib/rsssf/repo.rb', line 14

def path
  @path
end

#roundsObject

Returns the value of attribute rounds

Returns:

  • (Object)

    the current value of rounds



14
15
16
# File 'lib/rsssf/repo.rb', line 14

def rounds
  @rounds
end

#seasonObject

Returns the value of attribute season

Returns:

  • (Object)

    the current value of season



14
15
16
# File 'lib/rsssf/repo.rb', line 14

def season
  @season
end

#yearObject

Returns the value of attribute year

Returns:

  • (Object)

    the current value of year



14
15
16
# File 'lib/rsssf/repo.rb', line 14

def year
  @year
end