Sha256: 7549ea90308d4b1815ef9d9d1eea0a7d8f6162f659a1c0e5c65d0fa1b944636b
Contents?: true
Size: 345 Bytes
Versions: 4
Compression:
Stored size: 345 Bytes
Contents
require 'fantasydata/base' module Fantasydata class Injury < Fantasydata::Base attr_reader :injury_id, :season_type, :season, :week, :player_id, :name, :position, :number, :team, :opponent, :body_part, :status, :practice, :practice_description, :updated, :declared_inactive end end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
fantasydata-0.2.2 | lib/fantasydata/injury.rb |
fantasydata-0.2.1 | lib/fantasydata/injury.rb |
fantasydata-0.2.0 | lib/fantasydata/injury.rb |
fantasydata-0.0.2 | lib/fantasydata/injury.rb |