Class: GuideboxWrapper::Client
- Inherits:
-
Object
- Object
- GuideboxWrapper::Client
- Defined in:
- lib/GuideboxWrapper/guidebox_wrapper.rb
Instance Method Summary collapse
Instance Method Details
#query(url) ⇒ Object
6 7 8 |
# File 'lib/GuideboxWrapper/guidebox_wrapper.rb', line 6 def query(url) JSON.parse(open(url).read) end |