Class: Fantasydata::ByeWeek

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

#seasonObject (readonly)

Returns the value of attribute season.



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

def season
  @season
end

#teamObject (readonly)

Returns the value of attribute team.



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

def team
  @team
end

#weekObject (readonly)

Returns the value of attribute week.



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

def week
  @week
end