Class: CoderCompanion::TreeWalker

Inherits:
Object
  • Object
show all
Defined in:
lib/codercompanion/tree_walker.rb

Instance Method Summary collapse

Instance Method Details

#create_uploadable(results, cache_handler) ⇒ Object

Parameters:

  • results (Array<Hash>)

    The result hash to be converted into an uploadeable

  • cache_handler (CacheHandler)

Raises:

  • (NotImplementedError)


5
6
7
# File 'lib/codercompanion/tree_walker.rb', line 5

def create_uploadable(results, cache_handler)
    raise NotImplementedError, "#{self.class}: 'create_uploadable' must be overriden"
end