From a4e21e2e93ae227fb3e3bdf957c4e0b93fb0c90c Mon Sep 17 00:00:00 2001 From: Randy Morgan Date: Sun, 14 Oct 2012 11:07:29 +0900 Subject: Refactored GradientFill to use options parser and serialized attributes and patched type on Cfvo --- lib/axlsx/workbook/worksheet/cfvo.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/axlsx/workbook/worksheet') diff --git a/lib/axlsx/workbook/worksheet/cfvo.rb b/lib/axlsx/workbook/worksheet/cfvo.rb index 0577ba70..7fcd8253 100644 --- a/lib/axlsx/workbook/worksheet/cfvo.rb +++ b/lib/axlsx/workbook/worksheet/cfvo.rb @@ -9,7 +9,7 @@ module Axlsx class Cfvo include Axlsx::OptionsParser - include Axlsx::SerailizedAttriubtes + include Axlsx::SerializedAttributes # Creates a new Cfvo object # @option options [Symbol] type The type of conditional formatting value object -- cgit v1.2.3