Sha256: e176d26fc473973701ea1275ec9355ae0f0fa80257bef590c152d15d15401a7e

Contents?: true

Size: 360 Bytes

Versions: 2

Compression:

Stored size: 360 Bytes

Contents

module Fetcher
  class Microdata
    class PersonUser < Fetcher::Microdata

      def initialize *args
        super *args
        @_type = 'http://schema.org/Person/User'
      end

      attribute :additionalType
      attribute :id
      attribute :name
      attribute :dateRegistered
      attribute :description
      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/person_user.rb
fetcher-microdata-0.0.1 lib/fetcher-microdata/person_user.rb