class Height::Response

Public Class Methods

parse(json) click to toggle source
# File lib/height/response.rb, line 3
def parse(json)
  response = JSON.parse(json)
  Height::Model.for(response)
end