Class: Stattleship::Params::FeatsParams

Inherits:
GameTimeParams show all
Defined in:
lib/stattleship/params/feats_params.rb

Instance Attribute Summary collapse

Attributes inherited from GameTimeParams

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

Attributes inherited from QueryParams

#page, #per_page, #season_id

Method Summary

Methods inherited from QueryParams

#query, #validate

Instance Attribute Details

#featObject

Returns the value of attribute feat.



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

def feat
  @feat
end

#game_idObject

Returns the value of attribute game_id.



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

def game_id
  @game_id
end

#levelObject

Returns the value of attribute level.



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

def level
  @level
end

#level_upObject

Returns the value of attribute level_up.



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

def level_up
  @level_up
end

#player_idObject

Returns the value of attribute player_id.



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

def player_id
  @player_id
end

#team_idObject

Returns the value of attribute team_id.



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

def team_id
  @team_id
end