diff options
| author | Randy Morgan <[email protected]> | 2011-11-30 08:53:14 +0900 |
|---|---|---|
| committer | Randy Morgan <[email protected]> | 2011-11-30 08:53:14 +0900 |
| commit | 076be316935180341d7ee7a9335281a4b18d1fa9 (patch) | |
| tree | 8754af1eaadb7fa1585aaedcd7845d68b7985d3c /doc/Axlsx/DataTypeValidator.html | |
| parent | e99f1ecbe8311f1dbe2b889a82a528f3e85e366d (diff) | |
| download | caxlsx-076be316935180341d7ee7a9335281a4b18d1fa9.tar.gz caxlsx-076be316935180341d7ee7a9335281a4b18d1fa9.zip | |
pre 1.0.10 release commit
Diffstat (limited to 'doc/Axlsx/DataTypeValidator.html')
| -rw-r--r-- | doc/Axlsx/DataTypeValidator.html | 46 |
1 files changed, 19 insertions, 27 deletions
diff --git a/doc/Axlsx/DataTypeValidator.html b/doc/Axlsx/DataTypeValidator.html index d3698abf..b120e469 100644 --- a/doc/Axlsx/DataTypeValidator.html +++ b/doc/Axlsx/DataTypeValidator.html @@ -94,11 +94,10 @@ <h2>Overview</h2><div class="docstring"> <div class="discussion"> - <p> -Validate that the class of the value provided is either an instance or the + +<p>Validate that the class of the value provided is either an instance or the class of the allowed types and that any specified additional validation -returns true. -</p> +returns true.</p> </div> @@ -135,9 +134,8 @@ returns true. - <span class="summary_desc"><div class='inline'><p> -Perform validation. -</p> + <span class="summary_desc"><div class='inline'> +<p>Perform validation.</p> </div></span> </li> @@ -161,9 +159,8 @@ Perform validation. </p><div class="docstring"> <div class="discussion"> - <p> -Perform validation -</p> + +<p>Perform validation</p> </div> @@ -182,9 +179,8 @@ Perform validation — - <div class='inline'><p> -The name of what is being validated. This is included in the error message -</p> + <div class='inline'> +<p>The name of what is being validated. This is included in the error message</p> </div> </li> @@ -199,9 +195,8 @@ The name of what is being validated. This is included in the error message — - <div class='inline'><p> -A single class or array of classes that the value is validated against. -</p> + <div class='inline'> +<p>A single class or array of classes that the value is validated against.</p> </div> </li> @@ -218,9 +213,8 @@ A single class or array of classes that the value is validated against. — - <div class='inline'><p> -Any block that must evaluate to true for the value to be valid -</p> + <div class='inline'> +<p>Any block that must evaluate to true for the value to be valid</p> </div> </li> @@ -238,9 +232,8 @@ Any block that must evaluate to true for the value to be valid — - <div class='inline'><p> -true if validation succeeds. -</p> + <div class='inline'> +<p>true if validation succeeds.</p> </div> </li> @@ -257,10 +250,9 @@ true if validation succeeds. — - <div class='inline'><p> -Raised if the class of the value provided is not in the specified array of -types or the block passed returns false -</p> + <div class='inline'> +<p>Raised if the class of the value provided is not in the specified array of +types or the block passed returns false</p> </div> </li> @@ -315,7 +307,7 @@ types or the block passed returns false </div> <div id="footer"> - Generated on Tue Nov 29 13:28:56 2011 by + Generated on Wed Nov 30 08:46:27 2011 by <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a> 0.7.3 (ruby-1.8.7). </div> |
