Method: Migratrix::Extractions::Extraction#execute_extract

Defined in:
lib/migratrix/extractions/extraction.rb

#execute_extract(source, options = {}) ⇒ Object

Execute the extraction and return the result set.

Raises:

  • (NotImplementedError)


88
89
90
# File 'lib/migratrix/extractions/extraction.rb', line 88

def execute_extract(source, options={})
  raise NotImplementedError
end