Class: URL::BaseJSONHandler
- Inherits:
-
JSONHandler
- Object
- JSONHandler
- URL::BaseJSONHandler
- Defined in:
- lib/url/handlers/base_json_handler.rb
Instance Attribute Summary
Attributes inherited from JSONHandler
Instance Method Summary collapse
Methods inherited from JSONHandler
Constructor Details
This class inherits a constructor from URL::JSONHandler
Instance Method Details
#parse ⇒ Object
4 5 6 |
# File 'lib/url/handlers/base_json_handler.rb', line 4 def parse JSON.parse(@str) end |