Class: Fantasydata::Standings

Inherits:
Base
  • Object
show all
Defined in:
lib/fantasydata/standings.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

#conferenceObject (readonly)

Returns the value of attribute conference.



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

def conference
  @conference
end

#conference_lossesObject (readonly)

Returns the value of attribute conference_losses.



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

def conference_losses
  @conference_losses
end

#conference_winsObject (readonly)

Returns the value of attribute conference_wins.



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

def conference_wins
  @conference_wins
end

#divisionObject (readonly)

Returns the value of attribute division.



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

def division
  @division
end

#division_lossesObject (readonly)

Returns the value of attribute division_losses.



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

def division_losses
  @division_losses
end

#division_winsObject (readonly)

Returns the value of attribute division_wins.



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

def division_wins
  @division_wins
end

#lossesObject (readonly)

Returns the value of attribute losses.



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

def losses
  @losses
end

#nameObject (readonly)

Returns the value of attribute name.



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

def name
  @name
end

#net_pointsObject (readonly)

Returns the value of attribute net_points.



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

def net_points
  @net_points
end

#percentageObject (readonly)

Returns the value of attribute percentage.



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

def percentage
  @percentage
end

#points_againstObject (readonly)

Returns the value of attribute points_against.



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

def points_against
  @points_against
end

#points_forObject (readonly)

Returns the value of attribute points_for.



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

def points_for
  @points_for
end

#seasonObject (readonly)

Returns the value of attribute season.



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

def season
  @season
end

#season_typeObject (readonly)

Returns the value of attribute season_type.



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

def season_type
  @season_type
end

#teamObject (readonly)

Returns the value of attribute team.



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

def team
  @team
end

#tiesObject (readonly)

Returns the value of attribute ties.



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

def ties
  @ties
end

#touchdownsObject (readonly)

Returns the value of attribute touchdowns.



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

def touchdowns
  @touchdowns
end

#winsObject (readonly)

Returns the value of attribute wins.



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

def wins
  @wins
end