Class: Impex::FileLoader::Base
- Inherits:
-
Object
- Object
- Impex::FileLoader::Base
- Defined in:
- lib/impex/file_loader/base.rb
Direct Known Subclasses
Instance Method Summary collapse
-
#initialize(options = {}) ⇒ Base
constructor
A new instance of Base.
- #load ⇒ Object
Constructor Details
#initialize(options = {}) ⇒ Base
Returns a new instance of Base.
6 7 8 |
# File 'lib/impex/file_loader/base.rb', line 6 def initialize( = {}) @options = end |
Instance Method Details
#load ⇒ Object
10 11 12 |
# File 'lib/impex/file_loader/base.rb', line 10 def load raise Impex::FileLoader::UnknownFileLoaderError end |