3 4 5 6 7
# File 'lib/height/api/lists.rb', line 3 def list res = Height::Request.get('lists') Height::ListResponse.parse(res.body) end