Sha256: 060af83a251b306a9224533ab7cc43b3f8a954c94deeeec6a571093c6b53828a
Contents?: true
Size: 237 Bytes
Versions: 2
Compression:
Stored size: 237 Bytes
Contents
class Zemanta class Fetcher class Cache class Response def initialize(data) @data = data @created_at = Time.now end def to_s @data end end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
zemanta_client-0.0.2 | lib/zemanta/fetcher/cache/response.rb |
zemanta_client-0.0.1 | lib/zemanta/fetcher/cache/response.rb |