diff options
| author | Randy Morgan <[email protected]> | 2012-04-25 20:57:49 +0900 |
|---|---|---|
| committer | Randy Morgan <[email protected]> | 2012-04-25 20:57:49 +0900 |
| commit | 91ea5ff009672adbad8587a1a4437d0b02519b0e (patch) | |
| tree | 383b2747b674cf64296fc05c95a44c3ee8f3dbfc /lib/axlsx/workbook/worksheet/icon_set.rb | |
| parent | 1381dca8d62748ad103004a2cf35cbc51e7c336c (diff) | |
| download | caxlsx-91ea5ff009672adbad8587a1a4437d0b02519b0e.tar.gz caxlsx-91ea5ff009672adbad8587a1a4437d0b02519b0e.zip | |
documentation updates and example dir restructuring.
Diffstat (limited to 'lib/axlsx/workbook/worksheet/icon_set.rb')
| -rw-r--r-- | lib/axlsx/workbook/worksheet/icon_set.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/axlsx/workbook/worksheet/icon_set.rb b/lib/axlsx/workbook/worksheet/icon_set.rb index 68f217da..534c33c1 100644 --- a/lib/axlsx/workbook/worksheet/icon_set.rb +++ b/lib/axlsx/workbook/worksheet/icon_set.rb @@ -6,6 +6,8 @@ module Axlsx # @see Worksheet#add_conditional_formatting # @see ConditionalFormattingRule#initialize class IconSet + + # instance values that must be serialized as their own elements - e.g. not attributes. CHILD_ELEMENTS = [:value_objects] # The icon set to display. |
