Method: Flex.analyze_index
- Defined in:
- lib/flex/api_stubs.rb
.analyze_index(*vars) ⇒ Object
########## Flex.analyze_index ##########
--------------
Flex::Template
---
analyze_index:
- GET
- /<<index>>/_analyze
Usage:
Flex.analyze_index :index => "flex_test_index"
506 507 508 509 |
# File 'lib/flex/api_stubs.rb', line 506 def Flex.analyze_index(*vars) ## this is a stub, used for reference super end |