Class: Fantasydata::ByeWeek
- Inherits:
-
Base
- Object
- Base
- Fantasydata::ByeWeek
- Defined in:
- lib/fantasydata/bye_week.rb
Instance Attribute Summary collapse
-
#season ⇒ Object
readonly
Returns the value of attribute season.
-
#team ⇒ Object
readonly
Returns the value of attribute team.
-
#week ⇒ Object
readonly
Returns the value of attribute week.
Instance Attribute Details
#season ⇒ Object (readonly)
Returns the value of attribute season.
5 6 7 |
# File 'lib/fantasydata/bye_week.rb', line 5 def season @season end |
#team ⇒ Object (readonly)
Returns the value of attribute team.
5 6 7 |
# File 'lib/fantasydata/bye_week.rb', line 5 def team @team end |
#week ⇒ Object (readonly)
Returns the value of attribute week.
5 6 7 |
# File 'lib/fantasydata/bye_week.rb', line 5 def week @week end |