lib/adwords4r/generator.rb in adwords4r-17.0.0 vs lib/adwords4r/generator.rb in adwords4r-17.0.1

- old
+ new

@@ -22,10 +22,10 @@ require 'adwords4r/services' module AdWords - # Contains helper methods for loading and managing the available services. + # Contains the methods that handle wrapper code generation. module Generator ARRAY_CLASSNAME = 'SOAP::SOAPArray' # Generate the wrapper class for a given service. # These classes make it easier to invoke the API methods, by removing the \ No newline at end of file