Sha256: eb449bbd3b61ad5e75fd93096f163e01c93a1ae1377100379347359984c9d0b1

Contents?: true

Size: 428 Bytes

Versions: 1

Compression:

Stored size: 428 Bytes

Contents

module Fetcher
  class Microdata
    class Review < Fetcher::Microdata

      def initialize *args
        super *args
        @_type = "http://schema.org/Review"
      end

      attribute :additionalType
      attribute :id
      attribute :articleBody
      attribute :author
      attribute :viewer
      attribute :dateCreated
      attribute :provider
      attribute :url
      attribute :original_tweet
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
fetcher-microdata-0.0.2 lib/fetcher-microdata/review.rb