Method: Flex.match_all
- Defined in:
- lib/flex/api_stubs.rb
.match_all(*vars) ⇒ Object
########## Flex.match_all ##########
--------------
Flex::Template
---
match_all:
- GET
- /<<index>>/<<type>>/_search
- query:
match_all: {}
Usage:
Flex.match_all :index => "flex_test_index",
:type => nil
377 378 379 380 |
# File 'lib/flex/api_stubs.rb', line 377 def Flex.match_all(*vars) ## this is a stub, used for reference super end |