class Stattleship::Params::PlayersParams

Attributes

birth_date[RW]
team_id[RW]

Public Instance Methods

params() click to toggle source
Calls superclass method Stattleship::Params::QueryParams#params
# File lib/stattleship/params/players_params.rb, line 6
def params
  super.merge('birth_date' => birth_date,
              'team_id' => team_id)
end