Method: Pageflow::FileImporter#search

Defined in:
lib/pageflow/file_importer.rb

#search(_credentials, _params) ⇒ Object

search method should return the search result according to the criteria given in params. If authenticaqtionn is required, then authentication data will be provided in credentials param

Raises:

  • (NotImplementedError)


29
30
31
# File 'lib/pageflow/file_importer.rb', line 29

def search(_credentials, _params)
  raise(NotImplementedError, 'FileImporter subclass needs to define search method.')
end