docs/WafRuleRevisionOrLatest.md in fastly-4.0.0.alpha2 vs docs/WafRuleRevisionOrLatest.md in fastly-4.0.0.alpha3
- old
+ new
@@ -12,11 +12,11 @@
require 'fastly'
Fastly::WafRuleRevisionOrLatest.fastly_one_of
# =>
# [
-# :'Float',
+# :'Integer',
# :'String'
# ]
```
### build
@@ -27,11 +27,11 @@
```ruby
require 'fastly'
Fastly::WafRuleRevisionOrLatest.build(data)
-# => #<Float:0x00007fdd4aab02a0>
+# => #<Integer:0x00007fdd4aab02a0>
Fastly::WafRuleRevisionOrLatest.build(data_that_doesnt_match)
# => nil
```
@@ -41,9 +41,9 @@
| ---- | ---- | ----------- |
| **data** | **Mixed** | data to be matched against the list of oneOf items |
#### Return type
-- `Float`
+- `Integer`
- `String`
- `nil` (if no type matches)