Class: AFL::FixtureImporter
- Inherits:
-
Object
- Object
- AFL::FixtureImporter
- Defined in:
- lib/afl/fixture_importer.rb
Instance Method Summary collapse
- #import ⇒ Object
-
#initialize(year, team_name = nil) ⇒ FixtureImporter
constructor
A new instance of FixtureImporter.
Constructor Details
#initialize(year, team_name = nil) ⇒ FixtureImporter
Returns a new instance of FixtureImporter.
8 9 10 |
# File 'lib/afl/fixture_importer.rb', line 8 def initialize(year, team_name = nil) @year, @team_name = year, team_name end |
Instance Method Details
#import ⇒ Object
12 13 14 |
# File 'lib/afl/fixture_importer.rb', line 12 def import generate_response(fixture) end |