Class: SciolyFF::Validator::Raws

Inherits:
Checker
  • Object
show all
Includes:
Sections
Defined in:
lib/sciolyff/validator/raws.rb

Overview

Checks for one raw of a placing in the Placings section of a SciolyFF file

Constant Summary collapse

REQUIRED =
{
  score: Float
}.freeze
OPTIONAL =
{
  'tiebreaker rank': Integer
}.freeze

Method Summary

Methods included from Sections

#all_required_sections?, #no_extra_sections?, #sections_are_correct_type?

Methods inherited from Checker

#initialize, #send

Constructor Details

This class inherits a constructor from SciolyFF::Validator::Checker