Method: Flex.open_index
- Defined in:
- lib/flex/api_stubs.rb
.open_index(*vars) ⇒ Object
########## Flex.open_index ##########
--------------
Flex::Template
---
open_index:
- POST
- /<<index>>/_close
Usage:
Flex.open_index :index => "flex_test_index"
623 624 625 626 |
# File 'lib/flex/api_stubs.rb', line 623 def Flex.open_index(*vars) ## this is a stub, used for reference super end |