Sha256: 33f1ca121a384a0ae9e4a98b51151f14cb34734cfddd66f51d09d476c94dd401
Contents?: true
Size: 449 Bytes
Versions: 7
Compression:
Stored size: 449 Bytes
Contents
module FoodInfo module Adapters class FatSecret module Data class SearchResult < Hashie::Trash property :id, :from => :food_id property :name, :from => :food_name property :kind, :from => :food_type property :url, :from => :food_url property :brand, :from => :brand_name property :description, :from => :food_description end end end end end
Version data entries
7 entries across 7 versions & 1 rubygems