lib/soaspec/exchange_properties.rb in soaspec-0.2.8 vs lib/soaspec/exchange_properties.rb in soaspec-0.2.9

- old
+ new

@@ -1,9 +1,8 @@ # Convenience methods to set Exchange specific properties # Will be used when creating a subclass of Exchange module ExchangeProperties - # Set default exchange handler for this exchange # This is helpful for when you need a new exchange handler created for each exchange # @param [Class] handler_class Class of ExchangeHandler to set Exchange to use # @param [String] name Name to call handler when it's instantiated (Defaults to class name) # @param [Hash] params Hash of parameters to set for instance of ExchangeHandler @@ -23,6 +22,6 @@ end define_method('retry_for_success?') do true end end -end \ No newline at end of file +end