Method: Flex.mlt
- Defined in:
- lib/flex/api_stubs.rb
.mlt(*vars) ⇒ Object
########## Flex.mlt ##########
--------------
Flex::Template
---
mlt:
- GET
- /<<index>>/<<type>>/<<id>>/_mlt
Usage:
Flex.mlt :id => id, # required
:type => nil,
:index => "flex_test_index"
320 321 322 323 |
# File 'lib/flex/api_stubs.rb', line 320 def Flex.mlt(*vars) ## this is a stub, used for reference super end |