Class: Fantasydata::ScoringDetail

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

#game_keyObject (readonly)

Returns the value of attribute game_key.



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

def game_key
  @game_key
end

#lengthObject (readonly)

Returns the value of attribute length.



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

def length
  @length
end

#player_game_idObject (readonly)

Returns the value of attribute player_game_id.



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

def player_game_id
  @player_game_id
end

#player_idObject (readonly)

Returns the value of attribute player_id.



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

def player_id
  @player_id
end

#scoring_detail_idObject (readonly)

Returns the value of attribute scoring_detail_id.



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

def scoring_detail_id
  @scoring_detail_id
end

#scoring_typeObject (readonly)

Returns the value of attribute scoring_type.



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

def scoring_type
  @scoring_type
end

#seasonObject (readonly)

Returns the value of attribute season.



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

def season
  @season
end

#season_typeObject (readonly)

Returns the value of attribute season_type.



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

def season_type
  @season_type
end

#teamObject (readonly)

Returns the value of attribute team.



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

def team
  @team
end

#weekObject (readonly)

Returns the value of attribute week.



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

def week
  @week
end