Sha256: 088810ecb6648cf95625571519c4450ca684cf59e98ba466e252b3510b292962
Contents?: true
Size: 396 Bytes
Versions: 7
Compression:
Stored size: 396 Bytes
Contents
require "food_info/adapters/fat_secret" module FoodInfo # All FoodInfo adapters must expose two public methods, +search+ and +details+, and will need to # define their own classes to return data in a unified manner consistent with that laid out by # the existing FatSecret adapter's <tt>search_results</tt>, <tt>search_result</tt>, and <tt>details</tt> classes. module Adapters end end
Version data entries
7 entries across 7 versions & 1 rubygems