Commit ce9e3b55 by slainer68

Readme

parent 22ac9eaa
...@@ -42,7 +42,7 @@ By declaring parameter types, incoming parameters will automatically be transfor ...@@ -42,7 +42,7 @@ By declaring parameter types, incoming parameters will automatically be transfor
- `Float` - `Float`
- `:boolean/TrueClass/FalseClass` _("1/0", "true/false", "t/f", "yes/no", "y/n")_ - `:boolean/TrueClass/FalseClass` _("1/0", "true/false", "t/f", "yes/no", "y/n")_
- `Array` _("1,2,3,4,5")_ - `Array` _("1,2,3,4,5")_
- `Hash` _(key1:value1,key2:value2)_ - `Hash` _("key1:value1,key2:value2")_
- `Date`, `Time`, & `DateTime` - `Date`, `Time`, & `DateTime`
### Validations ### Validations
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment