class Stattleship::Params::ScoringPlaysParams

Attributes

scoring_method[RW]
scoring_type[RW]

Public Instance Methods

params() click to toggle source
# File lib/stattleship/params/scoring_plays_params.rb, line 6
def params
  super.merge('scoring_method' => scoring_method,
              'scoring_type' => scoring_type)
end