Class: Impex::HistoryManager::Base
- Inherits:
-
Object
- Object
- Impex::HistoryManager::Base
- Defined in:
- lib/impex/history_manager/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.
4 5 6 7 |
# File 'lib/impex/history_manager/base.rb', line 4 def initialize( = {}) @options = @whitelist = [:history_whitelisting] end |
Instance Method Details
#load ⇒ Object
9 10 11 |
# File 'lib/impex/history_manager/base.rb', line 9 def load raise Impex::HistoryLoader::UnknownHistoryLoaderError end |