diff options
| author | Randy Morgan <[email protected]> | 2012-10-09 21:50:25 +0900 |
|---|---|---|
| committer | Randy Morgan <[email protected]> | 2012-10-09 21:50:25 +0900 |
| commit | be95b7eaa72cd7007bc0fef22d0c3ea4fa3c3553 (patch) | |
| tree | 4553f0ec8767385961e08162ebfa65eb96c77420 /lib/axlsx/workbook/worksheet/table_style_info.rb | |
| parent | f0bc5f17ddafd8172646a04bbbc0d3b958c0205f (diff) | |
| download | caxlsx-be95b7eaa72cd7007bc0fef22d0c3ea4fa3c3553.tar.gz caxlsx-be95b7eaa72cd7007bc0fef22d0c3ea4fa3c3553.zip | |
extracted accessor methods into module that is scope because polluting Module or Class is just not cool
Diffstat (limited to 'lib/axlsx/workbook/worksheet/table_style_info.rb')
| -rw-r--r-- | lib/axlsx/workbook/worksheet/table_style_info.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/axlsx/workbook/worksheet/table_style_info.rb b/lib/axlsx/workbook/worksheet/table_style_info.rb index 82320b56..a9e3d8b7 100644 --- a/lib/axlsx/workbook/worksheet/table_style_info.rb +++ b/lib/axlsx/workbook/worksheet/table_style_info.rb @@ -4,6 +4,7 @@ module Axlsx # a worksheet class TableStyleInfo + include Axlsx::Accessors # creates a new TableStyleInfo instance # @param [Hash] options # @option [Boolean] show_first_column indicates if the first column should |
