Class: NflData::Game
- Inherits:
-
Struct
- Object
- Struct
- NflData::Game
- Defined in:
- lib/nfl_data/game.rb
Instance Attribute Summary collapse
-
#away_team ⇒ Object
Returns the value of attribute away_team.
-
#home_team ⇒ Object
Returns the value of attribute home_team.
-
#start_time ⇒ Object
Returns the value of attribute start_time.
-
#week ⇒ Object
Returns the value of attribute week.
Instance Attribute Details
#away_team ⇒ Object
Returns the value of attribute away_team
4 5 6 |
# File 'lib/nfl_data/game.rb', line 4 def away_team @away_team end |
#home_team ⇒ Object
Returns the value of attribute home_team
4 5 6 |
# File 'lib/nfl_data/game.rb', line 4 def home_team @home_team end |
#start_time ⇒ Object
Returns the value of attribute start_time
4 5 6 |
# File 'lib/nfl_data/game.rb', line 4 def start_time @start_time end |
#week ⇒ Object
Returns the value of attribute week
4 5 6 |
# File 'lib/nfl_data/game.rb', line 4 def week @week end |