Class: Fantasydata::Injury

Inherits:
Base
  • Object
show all
Defined in:
lib/fantasydata/injury.rb

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#==, attr_reader, #attrs, #initialize, #update

Constructor Details

This class inherits a constructor from Fantasydata::Base

Instance Attribute Details

#body_partObject (readonly)

Returns the value of attribute body_part.



5
6
7
# File 'lib/fantasydata/injury.rb', line 5

def body_part
  @body_part
end

#declared_inactiveObject (readonly)

Returns the value of attribute declared_inactive.



5
6
7
# File 'lib/fantasydata/injury.rb', line 5

def declared_inactive
  @declared_inactive
end

#injury_idObject (readonly)

Returns the value of attribute injury_id.



5
6
7
# File 'lib/fantasydata/injury.rb', line 5

def injury_id
  @injury_id
end

#nameObject (readonly)

Returns the value of attribute name.



5
6
7
# File 'lib/fantasydata/injury.rb', line 5

def name
  @name
end

#numberObject (readonly)

Returns the value of attribute number.



5
6
7
# File 'lib/fantasydata/injury.rb', line 5

def number
  @number
end

#opponentObject (readonly)

Returns the value of attribute opponent.



5
6
7
# File 'lib/fantasydata/injury.rb', line 5

def opponent
  @opponent
end

#player_idObject (readonly)

Returns the value of attribute player_id.



5
6
7
# File 'lib/fantasydata/injury.rb', line 5

def player_id
  @player_id
end

#positionObject (readonly)

Returns the value of attribute position.



5
6
7
# File 'lib/fantasydata/injury.rb', line 5

def position
  @position
end

#practiceObject (readonly)

Returns the value of attribute practice.



5
6
7
# File 'lib/fantasydata/injury.rb', line 5

def practice
  @practice
end

#practice_descriptionObject (readonly)

Returns the value of attribute practice_description.



5
6
7
# File 'lib/fantasydata/injury.rb', line 5

def practice_description
  @practice_description
end

#seasonObject (readonly)

Returns the value of attribute season.



5
6
7
# File 'lib/fantasydata/injury.rb', line 5

def season
  @season
end

#season_typeObject (readonly)

Returns the value of attribute season_type.



5
6
7
# File 'lib/fantasydata/injury.rb', line 5

def season_type
  @season_type
end

#statusObject (readonly)

Returns the value of attribute status.



5
6
7
# File 'lib/fantasydata/injury.rb', line 5

def status
  @status
end

#teamObject (readonly)

Returns the value of attribute team.



5
6
7
# File 'lib/fantasydata/injury.rb', line 5

def team
  @team
end

#updatedObject (readonly)

Returns the value of attribute updated.



5
6
7
# File 'lib/fantasydata/injury.rb', line 5

def updated
  @updated
end

#weekObject (readonly)

Returns the value of attribute week.



5
6
7
# File 'lib/fantasydata/injury.rb', line 5

def week
  @week
end