Class: NflData::Statline

Inherits:
Struct
  • Object
show all
Defined in:
lib/nfl_data/statline.rb

Instance Attribute Summary collapse

Instance Attribute Details

#fumblesObject

Returns the value of attribute fumbles

Returns:

  • (Object)

    the current value of fumbles



2
3
4
# File 'lib/nfl_data/statline.rb', line 2

def fumbles
  @fumbles
end

#intsObject

Returns the value of attribute ints

Returns:

  • (Object)

    the current value of ints



2
3
4
# File 'lib/nfl_data/statline.rb', line 2

def ints
  @ints
end

#msf_game_idObject

Returns the value of attribute msf_game_id

Returns:

  • (Object)

    the current value of msf_game_id



2
3
4
# File 'lib/nfl_data/statline.rb', line 2

def msf_game_id
  @msf_game_id
end

#msf_player_idObject

Returns the value of attribute msf_player_id

Returns:

  • (Object)

    the current value of msf_player_id



2
3
4
# File 'lib/nfl_data/statline.rb', line 2

def msf_player_id
  @msf_player_id
end

#pass_attObject

Returns the value of attribute pass_att

Returns:

  • (Object)

    the current value of pass_att



2
3
4
# File 'lib/nfl_data/statline.rb', line 2

def pass_att
  @pass_att
end

#pass_compObject

Returns the value of attribute pass_comp

Returns:

  • (Object)

    the current value of pass_comp



2
3
4
# File 'lib/nfl_data/statline.rb', line 2

def pass_comp
  @pass_comp
end

#pass_tdsObject

Returns the value of attribute pass_tds

Returns:

  • (Object)

    the current value of pass_tds



2
3
4
# File 'lib/nfl_data/statline.rb', line 2

def pass_tds
  @pass_tds
end

#pass_yardsObject

Returns the value of attribute pass_yards

Returns:

  • (Object)

    the current value of pass_yards



2
3
4
# File 'lib/nfl_data/statline.rb', line 2

def pass_yards
  @pass_yards
end

#qb_ratingObject

Returns the value of attribute qb_rating

Returns:

  • (Object)

    the current value of qb_rating



2
3
4
# File 'lib/nfl_data/statline.rb', line 2

def qb_rating
  @qb_rating
end

#rec_tdsObject

Returns the value of attribute rec_tds

Returns:

  • (Object)

    the current value of rec_tds



2
3
4
# File 'lib/nfl_data/statline.rb', line 2

def rec_tds
  @rec_tds
end

#rec_yardsObject

Returns the value of attribute rec_yards

Returns:

  • (Object)

    the current value of rec_yards



2
3
4
# File 'lib/nfl_data/statline.rb', line 2

def rec_yards
  @rec_yards
end

#receptionsObject

Returns the value of attribute receptions

Returns:

  • (Object)

    the current value of receptions



2
3
4
# File 'lib/nfl_data/statline.rb', line 2

def receptions
  @receptions
end

#rush_attsObject

Returns the value of attribute rush_atts

Returns:

  • (Object)

    the current value of rush_atts



2
3
4
# File 'lib/nfl_data/statline.rb', line 2

def rush_atts
  @rush_atts
end

#rush_tdsObject

Returns the value of attribute rush_tds

Returns:

  • (Object)

    the current value of rush_tds



2
3
4
# File 'lib/nfl_data/statline.rb', line 2

def rush_tds
  @rush_tds
end

#rush_yardsObject

Returns the value of attribute rush_yards

Returns:

  • (Object)

    the current value of rush_yards



2
3
4
# File 'lib/nfl_data/statline.rb', line 2

def rush_yards
  @rush_yards
end