module Sanity::Http::Query::ClassMethods
Public Instance Methods
call(**args)
click to toggle source
# File lib/sanity/http/query.rb, line 19 def call(**args) new(**args).call end
# File lib/sanity/http/query.rb, line 19 def call(**args) new(**args).call end