diff options
| author | Randy Morgan <[email protected]> | 2012-10-14 11:07:29 +0900 |
|---|---|---|
| committer | Randy Morgan <[email protected]> | 2012-10-14 11:07:29 +0900 |
| commit | a4e21e2e93ae227fb3e3bdf957c4e0b93fb0c90c (patch) | |
| tree | 7fb770368d11110591dc7921d868d693114485af /lib/axlsx/workbook | |
| parent | 1c0563cf9e39b8fe3df011d6a24f61345b139e59 (diff) | |
| download | caxlsx-a4e21e2e93ae227fb3e3bdf957c4e0b93fb0c90c.tar.gz caxlsx-a4e21e2e93ae227fb3e3bdf957c4e0b93fb0c90c.zip | |
Refactored GradientFill to use options parser and serialized attributes and patched type on Cfvo
Diffstat (limited to 'lib/axlsx/workbook')
| -rw-r--r-- | lib/axlsx/workbook/worksheet/cfvo.rb | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
