lib/soaspec/exchange.rb in soaspec-0.0.8 vs lib/soaspec/exchange.rb in soaspec-0.0.9
- old
+ new
@@ -33,9 +33,14 @@
# Elements a shared 'success scenario' is expected to have
def mandatory_elements
@api_class.mandatory_elements
end
+ # Elements a shared 'success scenario' is expected to have
+ def mandatory_xpath_values
+ @api_class.mandatory_xpath_values
+ end
+
# Returns Savon response
# response.body (body of response as Hash)
# response.header (head of response as Hash)
def response
@response
\ No newline at end of file