Method: Soaspec::ExchangeExtractor#element?
- Defined in:
- lib/soaspec/exchange/exchange_extractor.rb
#element?(path) ⇒ Boolean
Returns Whether an element exists at the path.
24 25 26 27 28 29 |
# File 'lib/soaspec/exchange/exchange_extractor.rb', line 24 def element?(path) self[path] true rescue NoElementAtPath false end |