Class: Stattleship::Params::PenaltiesParams

Inherits:
GameLogsParams show all
Defined in:
lib/stattleship/params/penalties_params.rb

Instance Attribute Summary collapse

Attributes inherited from GameLogsParams

#game_id, #player_id, #team_id

Attributes inherited from GameTimeParams

#interval_type, #on, #season_id, #since, #status, #week

Attributes inherited from QueryParams

#page, #per_page, #season_id

Instance Method Summary collapse

Methods inherited from QueryParams

#query, #validate

Instance Attribute Details

#penaltyObject

Returns the value of attribute penalty.



4
5
6
# File 'lib/stattleship/params/penalties_params.rb', line 4

def penalty
  @penalty
end

Instance Method Details

#paramsObject



6
7
8
# File 'lib/stattleship/params/penalties_params.rb', line 6

def params
  super.merge('penalty' => penalty)
end