diff options
| author | Randy Morgan <[email protected]> | 2012-10-18 14:38:30 +0900 |
|---|---|---|
| committer | Randy Morgan <[email protected]> | 2012-10-18 14:38:30 +0900 |
| commit | 33c55361509514cdd8fca78417247f38052c0a25 (patch) | |
| tree | 1aa4139842b82db06031150fbb8c029b36830769 | |
| parent | b7dbeaef827e3eed12d2f4f0172d08dde4a7bf57 (diff) | |
| download | caxlsx-33c55361509514cdd8fca78417247f38052c0a25.tar.gz caxlsx-33c55361509514cdd8fca78417247f38052c0a25.zip | |
moved sort boolean reader declaration to boolean_attr_accessor
| -rw-r--r-- | lib/axlsx/workbook/worksheet/sheet_protection.rb | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/lib/axlsx/workbook/worksheet/sheet_protection.rb b/lib/axlsx/workbook/worksheet/sheet_protection.rb index a472ec55..5ff888ea 100644 --- a/lib/axlsx/workbook/worksheet/sheet_protection.rb +++ b/lib/axlsx/workbook/worksheet/sheet_protection.rb @@ -45,12 +45,6 @@ module Axlsx # @return [String] attr_reader :salt_value - # If 1 or true then sorting should not be allowed when the sheet is protected. - # If 0 or false then sorting should be allowed when the sheet is protected. - # @return [Boolean] - # default true - attr_reader :sort - # Password hash # @return [String] # default nil |
