Class: SportDb::Import::Club
- Inherits:
-
Object
- Object
- SportDb::Import::Club
- Defined in:
- lib/sportdb/helpers.rb
Overview
class League
Class Method Summary collapse
Class Method Details
.parse(txt) ⇒ Object
61 |
# File 'lib/sportdb/helpers.rb', line 61 def self.parse( txt ) ClubReader.parse( txt ); end |
.parse_props(txt) ⇒ Object
64 |
# File 'lib/sportdb/helpers.rb', line 64 def self.parse_props( txt ) ClubPropsReader.parse( txt ); end |
.read(path) ⇒ Object
60 |
# File 'lib/sportdb/helpers.rb', line 60 def self.read( path ) ClubReader.read( path ); end |
.read_props(path) ⇒ Object
63 |
# File 'lib/sportdb/helpers.rb', line 63 def self.read_props( path ) ClubPropsReader.read( path ); end |