Class: Stattleship::Params::StatLeadersParams

Inherits:
QueryParams
  • Object
show all
Defined in:
lib/stattleship/params/stat_leaders_params.rb

Instance Attribute Summary collapse

Attributes inherited from QueryParams

#page, #per_page, #season_id

Method Summary

Methods inherited from QueryParams

#query, #validate

Instance Attribute Details

#interval_typeObject

Returns the value of attribute interval_type.



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

def interval_type
  @interval_type
end

#placeObject

Returns the value of attribute place.



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

def place
  @place
end

#statObject

Returns the value of attribute stat.



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

def stat
  @stat
end

#typeObject

Returns the value of attribute type.



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

def type
  @type
end