class Stattleship::Params::TotalTeamStatParams

Attributes

game_id[RW]
interval_type[RW]
stat[RW]
team_id[RW]
type[R]

Private Instance Methods

params() click to toggle source
# File lib/stattleship/params/total_team_stat_params.rb, line 9
def params
  {
    'game_id' => game_id,
    'team_id' => team_id,
    'stat' => stat,
    'type' => type,
  }
end