Sha256: 2ef570b3ca94dca19c5665f0ceb74a8eb53dcdcdca8bfb48b431f63a6a3b5874
Contents?: true
Size: 301 Bytes
Versions: 15
Compression:
Stored size: 301 Bytes
Contents
module Feedzirra module Parser class MRSSThumbnail include SAXMachine element :'media:thumbnail', :as => :url, :value => :url element :'media:thumbnail', :as => :with, :value => :width element :'media:thumbnail', :as => :height, :value => :height end end end
Version data entries
15 entries across 15 versions & 5 rubygems