Class: Stattleship::Params::TotalTeamStatParams

Inherits:
GameTimeParams show all
Defined in:
lib/stattleship/params/total_team_stat_params.rb

Instance Attribute Summary collapse

Attributes inherited from GameTimeParams

#on, #season_id, #since, #status, #week

Attributes inherited from QueryParams

#page, #per_page, #season_id

Method Summary

Methods inherited from QueryParams

#query, #validate

Instance Attribute Details

#game_idObject

Returns the value of attribute game_id.



4
5
6
# File 'lib/stattleship/params/total_team_stat_params.rb', line 4

def game_id
  @game_id
end

#interval_typeObject

Returns the value of attribute interval_type.



4
5
6
# File 'lib/stattleship/params/total_team_stat_params.rb', line 4

def interval_type
  @interval_type
end

#statObject

Returns the value of attribute stat.



4
5
6
# File 'lib/stattleship/params/total_team_stat_params.rb', line 4

def stat
  @stat
end

#team_idObject

Returns the value of attribute team_id.



4
5
6
# File 'lib/stattleship/params/total_team_stat_params.rb', line 4

def team_id
  @team_id
end

#typeObject (readonly)

Returns the value of attribute type.



5
6
7
# File 'lib/stattleship/params/total_team_stat_params.rb', line 5

def type
  @type
end