lib/soaspec/exchange_handlers/exchange_handler.rb in soaspec-0.0.71 vs lib/soaspec/exchange_handlers/exchange_handler.rb in soaspec-0.0.72
- old
+ new
@@ -72,9 +72,14 @@
# @return [Hash] Hash of 'json/path' => 'expected value' pairs
def expected_mandatory_json_values
{}
end
+ # @return [Boolean] Whether all xpaths will be done with XML that is converted to lower case
+ def convert_to_lower?
+ false
+ end
+
# Stores a value in a method that can be accessed by the provided name
# @param [Symbol] name Name of method to use to access this value within handler
# @param [String] value Value to store
def store(name, value)
define_singleton_method('__stored_val__' + name.to_s) do
\ No newline at end of file