lib/axlsx/doc_props/app.rb in axlsx-1.2.0 vs lib/axlsx/doc_props/app.rb in axlsx-1.2.1

- old
+ new

@@ -132,18 +132,18 @@ attr_reader :doc_security alias :DocSecurity :doc_security # Sets the template property of your app.xml file def template=(v) Axlsx::validate_string v; @template = v; end - alias :Template :template + alias :Template= :template= # Sets the manager property of your app.xml file def manager=(v) Axlsx::validate_string v; @manager = v; end - alias :Manager :manager + alias :Manager= :manager= # Sets the company property of your app.xml file def company=(v) Axlsx::validate_string v; @company = v; end - alias :Company :company + alias :Company= :company= # Sets the pages property of your app.xml file def pages=(v) Axlsx::validate_int v; @pages = v; end # Sets the words property of your app.xml file def words=(v) Axlsx::validate_int v; @words = v; end