class Stattleship::Params::TotalPlayerStatParams

Attributes

game_id[RW]
interval_type[RW]
player_id[RW]
stat[RW]
type[RW]
week[RW]

Private Instance Methods

params() click to toggle source
# File lib/stattleship/params/total_player_stat_params.rb, line 8
def params
  super.merge({
                'game_id' => game_id,
                'player_id' => player_id,
                'stat' => stat,
                'type' => type,
              })
end