class Stattleship::Params::StatsParams

Attributes

game_id[RW]
player_id[RW]
stat[RW]
team_id[RW]
type[RW]

Private Instance Methods

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