Method: InterMine::Service#query
- Defined in:
- lib/intermine/service.rb
#query(rootClass = nil) ⇒ Object Also known as: new_query
call-seq:
query(rootClass=nil) => PathQuery::Query
Create a new query against the data at this webservice
191 192 193 |
# File 'lib/intermine/service.rb', line 191 def query(rootClass=nil) return InterMine::PathQuery::Query.new(self.model, rootClass, self) end |