diff options
Diffstat (limited to 'lib/axlsx/stylesheet/pattern_fill.rb')
| -rw-r--r-- | lib/axlsx/stylesheet/pattern_fill.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/axlsx/stylesheet/pattern_fill.rb b/lib/axlsx/stylesheet/pattern_fill.rb index 9f92dc00..ec920ab3 100644 --- a/lib/axlsx/stylesheet/pattern_fill.rb +++ b/lib/axlsx/stylesheet/pattern_fill.rb @@ -53,7 +53,7 @@ module Axlsx # @see bgColor def bgColor=(v) DataTypeValidator.validate "PatternFill.bgColor", Color, v; @bgColor = v end # @see patternType - def patternType=(v) Axlsx::validate_pattern_type v; @patternType = v end + def patternType=(v) Axlsx.validate_pattern_type v; @patternType = v end # Serializes the object # @param [String] str |
