Class: InterMine::PathQuery::TemplateLoader

Inherits:
QueryLoader
  • Object
show all
Defined in:
lib/intermine/query.rb

Instance Attribute Summary

Attributes inherited from QueryLoader

#model

Instance Method Summary collapse

Methods inherited from QueryLoader

#initialize, #parse

Constructor Details

This class inherits a constructor from InterMine::PathQuery::QueryLoader

Instance Method Details

#get_handlerObject



68
69
70
# File 'lib/intermine/query.rb', line 68

def get_handler
    return TemplateBuilder.new(@model)
end