Class: Fantasydata::DailyFantasyPoints

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

#dateObject (readonly)

Returns the value of attribute date.



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

def date
  @date
end

#fantasy_pointsObject (readonly)

Returns the value of attribute fantasy_points.



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

def fantasy_points
  @fantasy_points
end

#has_startedObject (readonly)

Returns the value of attribute has_started.



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

def has_started
  @has_started
end

#is_in_progressObject (readonly)

Returns the value of attribute is_in_progress.



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

def is_in_progress
  @is_in_progress
end

#is_overObject (readonly)

Returns the value of attribute is_over.



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

def is_over
  @is_over
end

#nameObject (readonly)

Returns the value of attribute name.



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

def name
  @name
end

#player_idObject (readonly)

Returns the value of attribute player_id.



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

def player_id
  @player_id
end