Class: SportDb::Import::Club

Inherits:
Object
  • Object
show all
Defined in:
lib/sportdb/formats.rb

Class Method Summary collapse

Class Method Details

.parse(txt) ⇒ Object



117
# File 'lib/sportdb/formats.rb', line 117

def self.parse( txt )  ClubReader.parse( txt ); end

.parse_props(txt) ⇒ Object



120
# File 'lib/sportdb/formats.rb', line 120

def self.parse_props( txt )  ClubPropsReader.parse( txt ); end

.read(path) ⇒ Object



116
# File 'lib/sportdb/formats.rb', line 116

def self.read( path )  ClubReader.read( path ); end

.read_props(path) ⇒ Object



119
# File 'lib/sportdb/formats.rb', line 119

def self.read_props( path )  ClubPropsReader.read( path ); end