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