Sha256: a0e1e2aa7fc5b90f6796475931240954e6cbb85c4962ef44672890f45de27c4d

Contents?: true

Size: 409 Bytes

Versions: 2

Compression:

Stored size: 409 Bytes

Contents

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

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
fetcher-microdata-0.0.2 lib/fetcher-microdata/article_small.rb
fetcher-microdata-0.0.1 lib/fetcher-microdata/article_small.rb