Skip to content

Instantly share code, notes, and snippets.

@anasbgoncalves
Created August 21, 2017 09:47
Show Gist options
  • Save anasbgoncalves/63ace061ddd603526ff276eb847e38e9 to your computer and use it in GitHub Desktop.
Save anasbgoncalves/63ace061ddd603526ff276eb847e38e9 to your computer and use it in GitHub Desktop.
module Spoonacular
class Ingredient < Base
attr_accessor :id,
:image,
:name,
:amount,
:unit,
:original_string
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment