Skip to content

Instantly share code, notes, and snippets.

@frankie-loves-jesus
Created June 5, 2014 15:00
Show Gist options
  • Save frankie-loves-jesus/44e8d27f730780a0fd50 to your computer and use it in GitHub Desktop.
Save frankie-loves-jesus/44e8d27f730780a0fd50 to your computer and use it in GitHub Desktop.
# bad
hashed_books["ItemSearchResponse"]["Items"]["Item"].each do |item|
books = OpenStruct.new
books.name = item["ItemAttributes"]["Title"]
books.url = item["DetailPageURL"]
books.image_url = item["LargeImage"]["URL"]
@books << book
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment