class GuideboxWrapper::Client
Public Instance Methods
query(url)
click to toggle source
# File lib/GuideboxWrapper/guidebox_wrapper.rb, line 6 def query(url) JSON.parse(open(url).read) end
# File lib/GuideboxWrapper/guidebox_wrapper.rb, line 6 def query(url) JSON.parse(open(url).read) end