class Gzr::Commands::Query
Public Instance Methods
runquery(query_def)
click to toggle source
# File lib/gzr/commands/query.rb, line 39 def runquery(query_def) if options[:help] invoke :help, ['runquery'] else require_relative 'query/runquery' Gzr::Commands::Query::RunQuery.new(query_def,options).execute end end