Sha256: bb6aad5acd9a5710ffb428bf30d70ffaa1c0d94baa4c06db2d09a6779b5a00ba
Contents?: true
Size: 152 Bytes
Versions: 3
Compression:
Stored size: 152 Bytes
Contents
module Thumbnailer class Fetcher attr_reader :media def initialize(url) @media = Thumbnailer::Parser.new(url).worker end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
thumbnailer-ruby-0.1.2 | lib/thumbnailer/fetcher.rb |
thumbnailer-ruby-0.1.1 | lib/thumbnailer/fetcher.rb |
thumbnailer-ruby-0.1.0 | lib/thumbnailer/fetcher.rb |