Class: Sawyer::Resource
- Inherits:
-
Object
- Object
- Sawyer::Resource
- Defined in:
- lib/ext/sawyer/resource.rb
Instance Method Summary collapse
Instance Method Details
#to_json(*args) ⇒ Object
3 4 5 |
# File 'lib/ext/sawyer/resource.rb', line 3 def to_json(*args) to_h.to_json(args) end |