lib/openxml/docx/elements/book_fold_printing.rb in openxml-docx-0.10.1 vs lib/openxml/docx/elements/book_fold_printing.rb in openxml-docx-0.10.2
- old
+ new
@@ -2,10 +2,10 @@
module Docx
module Elements
class BookFoldPrinting < Element
tag :bookFoldPrinting
- attribute :value, expects: :true_or_false, displays_as: :val, namespace: :w
+ attribute :value, expects: :boolean, displays_as: :val, namespace: :w
end
end
end
end