Class: Fantasydata::Timeline

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

#end_dateObject (readonly)

Returns the value of attribute end_date.



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

def end_date
  @end_date
end

#first_game_endObject (readonly)

Returns the value of attribute first_game_end.



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

def first_game_end
  @first_game_end
end

#first_game_startObject (readonly)

Returns the value of attribute first_game_start.



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

def first_game_start
  @first_game_start
end

#has_endedObject (readonly)

Returns the value of attribute has_ended.



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

def has_ended
  @has_ended
end

#has_first_game_endedObject (readonly)

Returns the value of attribute has_first_game_ended.



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

def has_first_game_ended
  @has_first_game_ended
end

#has_first_game_startedObject (readonly)

Returns the value of attribute has_first_game_started.



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

def has_first_game_started
  @has_first_game_started
end

#has_gamesObject (readonly)

Returns the value of attribute has_games.



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

def has_games
  @has_games
end

#has_last_game_endedObject (readonly)

Returns the value of attribute has_last_game_ended.



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

def has_last_game_ended
  @has_last_game_ended
end

#has_startedObject (readonly)

Returns the value of attribute has_started.



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

def has_started
  @has_started
end

#last_game_endObject (readonly)

Returns the value of attribute last_game_end.



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

def last_game_end
  @last_game_end
end

#nameObject (readonly)

Returns the value of attribute name.



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

def name
  @name
end

#seasonObject (readonly)

Returns the value of attribute season.



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

def season
  @season
end

#season_typeObject (readonly)

Returns the value of attribute season_type.



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

def season_type
  @season_type
end

#short_nameObject (readonly)

Returns the value of attribute short_name.



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

def short_name
  @short_name
end

#start_dateObject (readonly)

Returns the value of attribute start_date.



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

def start_date
  @start_date
end

#weekObject (readonly)

Returns the value of attribute week.



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

def week
  @week
end