lib/soaspec.rb in soaspec-0.0.55 vs lib/soaspec.rb in soaspec-0.0.56

- old
+ new

@@ -47,9 +47,10 @@ # @param [ExchangeHandler] handler A class inheriting from Soaspec::ExchangeHandler. Exchange class uses this def api_handler=(handler) @api_handler = handler end + # Exchange Handler class currently being used def api_handler @api_handler end # Set whether to transform strings to keys in request automatically