module Fetcher class Microdata class ArticleSmall < Fetcher::Microdata def initialize *args super *args @_type = "http://schema.org/Article/Small" end attribute :additionalType attribute :id attribute :articleBody attribute :author attribute :viewer attribute :dateCreated attribute :provider attribute :url end end end