Method: InterMine::PathQuery::Query#params
- Defined in:
- lib/intermine/query.rb
#params ⇒ Object
Return the parameter hash for running this query in its current state.
920 921 922 923 924 925 926 |
# File 'lib/intermine/query.rb', line 920 def params hash = {"query" => self.to_xml} if @service and @service.token hash["token"] = @service.token end return hash end |