lib/fetcher-microdata/person_user.rb in fetcher-microdata-0.0.4 vs lib/fetcher-microdata/person_user.rb in fetcher-microdata-0.0.5
- old
+ new
@@ -1,13 +1,13 @@
module Fetcher
class Microdata
class PersonUser < Fetcher::Microdata
def initialize *args
- if args.length == 1
+ if args.length == 2
super *args
else
- raise ArgumentError, "Wrong number of arguments #{args.length} and 1 needed"
+ raise ArgumentError, "Wrong number of arguments #{args.length} and 2 needed"
end
@_type = 'http://schema.org/Person/User'
end
attribute :additionalType
\ No newline at end of file