Class: EasyStruct

Inherits:
HTTParty::Parser
  • Object
show all
Defined in:
lib/easy_struct.rb

Instance Method Summary collapse

Instance Method Details

#parseObject



20
21
22
# File 'lib/easy_struct.rb', line 20

def parse
  JSON.parse(body, object_class: CamelAndSankeStruct)
end