Method: Flex.types_exists
- Defined in:
- lib/flex/api_stubs.rb
.types_exists(*vars) ⇒ Object
########## Flex.types_exists ##########
--------------
Flex::Template
---
types_exists:
- HEAD
- /<<index>>/<<type>>
Usage:
Flex.types_exists :index => "flex_test_index",
:type => nil
1103 1104 1105 1106 |
# File 'lib/flex/api_stubs.rb', line 1103 def Flex.types_exists(*vars) ## this is a stub, used for reference super end |