class FideXmlParser::FideProcessor

Constants

NUMERIC_FIELDS

Public Class Methods

new() click to toggle source
Calls superclass method
# File lib/fide_xml_parser/fide_processor.rb, line 19
def initialize
  super('playerslist', 'player', NUMERIC_FIELDS)
end