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