class Stattleship::Params::TopStatsParams

Attributes

interval_type[RW]
place[RW]
stat[RW]
type[RW]

Private Instance Methods

params() click to toggle source
Calls superclass method Stattleship::Params::QueryParams#params
# File lib/stattleship/params/top_stats_params.rb, line 8
def params
  super.merge({
                'interval_type' => interval_type,
                'place' => place,
                'stat' => stat,
                'type' => type,
              })
end