Class: NflData::Statline
- Inherits:
-
Struct
- Object
- Struct
- NflData::Statline
- Defined in:
- lib/nfl_data/statline.rb
Instance Attribute Summary collapse
-
#fumbles ⇒ Object
Returns the value of attribute fumbles.
-
#ints ⇒ Object
Returns the value of attribute ints.
-
#msf_game_id ⇒ Object
Returns the value of attribute msf_game_id.
-
#msf_player_id ⇒ Object
Returns the value of attribute msf_player_id.
-
#pass_att ⇒ Object
Returns the value of attribute pass_att.
-
#pass_comp ⇒ Object
Returns the value of attribute pass_comp.
-
#pass_tds ⇒ Object
Returns the value of attribute pass_tds.
-
#pass_yards ⇒ Object
Returns the value of attribute pass_yards.
-
#qb_rating ⇒ Object
Returns the value of attribute qb_rating.
-
#rec_tds ⇒ Object
Returns the value of attribute rec_tds.
-
#rec_yards ⇒ Object
Returns the value of attribute rec_yards.
-
#receptions ⇒ Object
Returns the value of attribute receptions.
-
#rush_atts ⇒ Object
Returns the value of attribute rush_atts.
-
#rush_tds ⇒ Object
Returns the value of attribute rush_tds.
-
#rush_yards ⇒ Object
Returns the value of attribute rush_yards.
Instance Attribute Details
#fumbles ⇒ Object
Returns the value of attribute fumbles
2 3 4 |
# File 'lib/nfl_data/statline.rb', line 2 def fumbles @fumbles end |
#ints ⇒ Object
Returns the value of attribute ints
2 3 4 |
# File 'lib/nfl_data/statline.rb', line 2 def ints @ints end |
#msf_game_id ⇒ Object
Returns the value of attribute msf_game_id
2 3 4 |
# File 'lib/nfl_data/statline.rb', line 2 def msf_game_id @msf_game_id end |
#msf_player_id ⇒ Object
Returns the value of attribute msf_player_id
2 3 4 |
# File 'lib/nfl_data/statline.rb', line 2 def msf_player_id @msf_player_id end |
#pass_att ⇒ Object
Returns the value of attribute pass_att
2 3 4 |
# File 'lib/nfl_data/statline.rb', line 2 def pass_att @pass_att end |
#pass_comp ⇒ Object
Returns the value of attribute pass_comp
2 3 4 |
# File 'lib/nfl_data/statline.rb', line 2 def pass_comp @pass_comp end |
#pass_tds ⇒ Object
Returns the value of attribute pass_tds
2 3 4 |
# File 'lib/nfl_data/statline.rb', line 2 def pass_tds @pass_tds end |
#pass_yards ⇒ Object
Returns the value of attribute pass_yards
2 3 4 |
# File 'lib/nfl_data/statline.rb', line 2 def pass_yards @pass_yards end |
#qb_rating ⇒ Object
Returns the value of attribute qb_rating
2 3 4 |
# File 'lib/nfl_data/statline.rb', line 2 def @qb_rating end |
#rec_tds ⇒ Object
Returns the value of attribute rec_tds
2 3 4 |
# File 'lib/nfl_data/statline.rb', line 2 def rec_tds @rec_tds end |
#rec_yards ⇒ Object
Returns the value of attribute rec_yards
2 3 4 |
# File 'lib/nfl_data/statline.rb', line 2 def rec_yards @rec_yards end |
#receptions ⇒ Object
Returns the value of attribute receptions
2 3 4 |
# File 'lib/nfl_data/statline.rb', line 2 def receptions @receptions end |
#rush_atts ⇒ Object
Returns the value of attribute rush_atts
2 3 4 |
# File 'lib/nfl_data/statline.rb', line 2 def rush_atts @rush_atts end |
#rush_tds ⇒ Object
Returns the value of attribute rush_tds
2 3 4 |
# File 'lib/nfl_data/statline.rb', line 2 def rush_tds @rush_tds end |
#rush_yards ⇒ Object
Returns the value of attribute rush_yards
2 3 4 |
# File 'lib/nfl_data/statline.rb', line 2 def rush_yards @rush_yards end |