class Stattleship::Params::GameLogsParams

Attributes

game_id[RW]
player_id[RW]
team_id[RW]

Public Instance Methods

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