module Ob::Operations::Exec::ClassMethods
Public Instance Methods
exec(query)
click to toggle source
# File lib/ob/operations/exec.rb, line 5 def exec(query) instance = ObObject.new response = Requestor.new.request(:get, url, query) response end