class EasyStruct

Public Instance Methods

parse() click to toggle source
# File lib/easy_struct.rb, line 20
def parse
  JSON.parse(body, object_class: CamelAndSankeStruct)
end