class Impex::HistoryManager::Base

Public Class Methods

new(options = {}) click to toggle source
# File lib/impex/history_manager/base.rb, line 4
def initialize(options = {})
  @options = options
  @whitelist = options[:history_whitelisting]
end

Public Instance Methods

load() click to toggle source
# File lib/impex/history_manager/base.rb, line 9
def load
  raise Impex::HistoryLoader::UnknownHistoryLoaderError
end