Sha256: 2925fa416b3f4f7060def534c187b8a9b957ed6c3fd9d1119f9bca75ba4d98ea

Contents?: true

Size: 499 Bytes

Versions: 3

Compression:

Stored size: 499 Bytes

Contents

require 'fantasydata/base'

module Fantasydata
  module Boxscore
    class KickingStat < Fantasydata::Base
      attr_reader :player_game_id, :player_id, :short_name, :name, :team, 
                  :number, :position, :position_category, :fantasy_position, 
                  :fantasy_points, :updated, :extra_points_attempted, 
                  :extra_points_made, :field_goal_percentage, 
                  :field_goals_attempted, :field_goals_longest_made, :field_goals_made
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
fantasydata-0.2.2 lib/fantasydata/boxscore/kicking_stat.rb
fantasydata-0.2.1 lib/fantasydata/boxscore/kicking_stat.rb
fantasydata-0.2.0 lib/fantasydata/boxscore/kicking_stat.rb