summaryrefslogtreecommitdiffhomepage
path: root/lib/axlsx/workbook/worksheet/data_validation.rb
diff options
context:
space:
mode:
authorRandy Morgan <[email protected]>2012-05-30 20:22:41 +0900
committerRandy Morgan <[email protected]>2012-05-30 20:22:41 +0900
commit3e9026bae0dde81eeeb86ee76ee680b4b8878b86 (patch)
tree2801d2282c6e3f663ecaa307c062b84662d8a8ce /lib/axlsx/workbook/worksheet/data_validation.rb
parentf7287c1f421a7e71ae34658adb29b30fefb1afe3 (diff)
downloadcaxlsx-3e9026bae0dde81eeeb86ee76ee680b4b8878b86.tar.gz
caxlsx-3e9026bae0dde81eeeb86ee76ee680b4b8878b86.zip
release prep for 1.1.6
Diffstat (limited to 'lib/axlsx/workbook/worksheet/data_validation.rb')
-rw-r--r--lib/axlsx/workbook/worksheet/data_validation.rb30
1 files changed, 15 insertions, 15 deletions
diff --git a/lib/axlsx/workbook/worksheet/data_validation.rb b/lib/axlsx/workbook/worksheet/data_validation.rb
index 8eca9375..e790bc77 100644
--- a/lib/axlsx/workbook/worksheet/data_validation.rb
+++ b/lib/axlsx/workbook/worksheet/data_validation.rb
@@ -13,14 +13,14 @@ module Axlsx
# Available for type whole, decimal, date, time, textLength, list, custom
# @see type
# @return [String]
- # @default nil
+ # default nil
attr_reader :formula1
# Formula2
# Available for type whole, decimal, date, time, textLength
# @see type
# @return [String]
- # @default nil
+ # default nil
attr_reader :formula2
# Allow Blank
@@ -29,7 +29,7 @@ module Axlsx
# Available for type whole, decimal, date, time, textLength, list, custom
# @see type
# @return [Boolean]
- # @default true
+ # default true
attr_reader :allowBlank
# Error Message
@@ -37,7 +37,7 @@ module Axlsx
# Available for type whole, decimal, date, time, textLength, list, custom
# @see type
# @return [String]
- # @default nil
+ # default nil
attr_reader :error
# Error Style (ST_DataValidationErrorStyle)
@@ -49,7 +49,7 @@ module Axlsx
# Available for type whole, decimal, date, time, textLength, list, custom
# @see type
# @return [Symbol]
- # @default :stop
+ # default :stop
attr_reader :errorStyle
# Error Title
@@ -57,7 +57,7 @@ module Axlsx
# Available for type whole, decimal, date, time, textLength, list, custom
# @see type
# @return [String]
- # @default nil
+ # default nil
attr_reader :errorTitle
# Operator (ST_DataValidationOperator)
@@ -74,7 +74,7 @@ module Axlsx
# Available for type whole, decimal, date, time, textLength
# @see type
# @return [Symbol]
- # @default nil
+ # default nil
attr_reader :operator
# Input prompt
@@ -82,7 +82,7 @@ module Axlsx
# Available for type whole, decimal, date, time, textLength, list, custom
# @see type
# @return [String]
- # @default nil
+ # default nil
attr_reader :prompt
# Prompt title
@@ -90,7 +90,7 @@ module Axlsx
# Available for type whole, decimal, date, time, textLength, list, custom
# @see type
# @return [String]
- # @default nil
+ # default nil
attr_reader :promptTitle
# Show drop down
@@ -99,7 +99,7 @@ module Axlsx
# Available for type list
# @see type
# @return [Boolean]
- # @default false
+ # default false
attr_reader :showDropDown
# Show error message
@@ -108,7 +108,7 @@ module Axlsx
# Available for type whole, decimal, date, time, textLength, list, custom
# @see type
# @return [Boolean]
- # @default false
+ # default false
attr_reader :showErrorMessage
# Show input message
@@ -116,14 +116,14 @@ module Axlsx
# Available for type whole, decimal, date, time, textLength, list, custom
# @see type
# @return [Boolean]
- # @default false
+ # default false
attr_reader :showInputMessage
# Range over which data validation is applied, in "A1:B2" format
# Available for type whole, decimal, date, time, textLength, list, custom
# @see type
# @return [String]
- # @default nil
+ # default nil
attr_reader :sqref
# The type (ST_DataValidationType) of data validation.
@@ -137,7 +137,7 @@ module Axlsx
# * time: Data validation which checks for time values satisfying the given condition.
# * whole: Data validation which checks for whole number values satisfying the given condition.
# @return [Symbol]
- # @default none
+ # default none
attr_reader :type
# Creates a new {DataValidation} object
@@ -242,4 +242,4 @@ module Axlsx
attributes.flatten!
end
end
-end \ No newline at end of file
+end