Class: Rsssf::ScheduleConfig
- Inherits:
-
Struct
- Object
- Struct
- Rsssf::ScheduleConfig
- Defined in:
- lib/rsssf/repo.rb
Overview
used by Repo#make_schedules
Instance Attribute Summary collapse
-
#dir_for_year ⇒ Object
Returns the value of attribute dir_for_year.
-
#includes ⇒ Object
Returns the value of attribute includes.
-
#name ⇒ Object
Returns the value of attribute name.
-
#opts_for_year ⇒ Object
Returns the value of attribute opts_for_year.
Instance Attribute Details
#dir_for_year ⇒ Object
Returns the value of attribute dir_for_year
6 7 8 |
# File 'lib/rsssf/repo.rb', line 6 def dir_for_year @dir_for_year end |
#includes ⇒ Object
Returns the value of attribute includes
6 7 8 |
# File 'lib/rsssf/repo.rb', line 6 def includes @includes end |
#name ⇒ Object
Returns the value of attribute name
6 7 8 |
# File 'lib/rsssf/repo.rb', line 6 def name @name end |
#opts_for_year ⇒ Object
Returns the value of attribute opts_for_year
6 7 8 |
# File 'lib/rsssf/repo.rb', line 6 def opts_for_year @opts_for_year end |