Class: Rsssf::ScheduleStat
- Inherits:
-
Struct
- Object
- Struct
- Rsssf::ScheduleStat
- Defined in:
- lib/rsssf/repo.rb
Instance Attribute Summary collapse
-
#filename ⇒ Object
Returns the value of attribute filename.
-
#path ⇒ Object
Returns the value of attribute path.
-
#rounds ⇒ Object
Returns the value of attribute rounds.
-
#season ⇒ Object
Returns the value of attribute season.
-
#year ⇒ Object
Returns the value of attribute year.
Instance Attribute Details
#filename ⇒ Object
Returns the value of attribute filename
14 15 16 |
# File 'lib/rsssf/repo.rb', line 14 def filename @filename end |
#path ⇒ Object
Returns the value of attribute path
14 15 16 |
# File 'lib/rsssf/repo.rb', line 14 def path @path end |
#rounds ⇒ Object
Returns the value of attribute rounds
14 15 16 |
# File 'lib/rsssf/repo.rb', line 14 def rounds @rounds end |
#season ⇒ Object
Returns the value of attribute season
14 15 16 |
# File 'lib/rsssf/repo.rb', line 14 def season @season end |
#year ⇒ Object
Returns the value of attribute year
14 15 16 |
# File 'lib/rsssf/repo.rb', line 14 def year @year end |