lib/campaigning/soap/soap_driver.rb in gnumarcelo-campaigning-0.8.1 vs lib/campaigning/soap/soap_driver.rb in gnumarcelo-campaigning-0.8.2

- old
+ new

@@ -1,10 +1,11 @@ require File.expand_path(File.dirname(__FILE__)) + '/generated/defaultDriver.rb' require 'singleton' module Campaigning #A SOAPDriver is a singleton object responsable to supply a way to interact with the SOAP::RPC::Driver object. - class SOAPDriver #It could be a module + class SOAPDriver #:nodoc: + #It could be a module include Singleton DefaultEndpointUrl = "http://api.createsend.com/api/api.asmx" #Return a unique Campaigning::SOAP::ApiSoap instance for the whole API client, which provides access to #all the Campaign Monitor API methods. \ No newline at end of file