Method: Soaspec::ExchangeHandler#elements
- Defined in:
- lib/soaspec/exchange_handlers/exchange_handler.rb
#elements ⇒ Object
Explicitly defined elements for which a path has been predefined
27 28 29 |
# File 'lib/soaspec/exchange_handlers/exchange_handler.rb', line 27 def elements public_methods.select { |i| i[/__custom_path_.+/] } end |