Class: EasyStruct
- Inherits:
-
HTTParty::Parser
- Object
- HTTParty::Parser
- EasyStruct
- Defined in:
- lib/easy_struct.rb
Instance Method Summary collapse
Instance Method Details
#parse ⇒ Object
20 21 22 |
# File 'lib/easy_struct.rb', line 20 def parse JSON.parse(body, object_class: CamelAndSankeStruct) end |