lib/adwords4r/v3/KeywordToolService.rb in adwords4r-0.3 vs lib/adwords4r/v3/KeywordToolService.rb in adwords4r-0.4

- old
+ new

@@ -1,5 +1,6 @@ +module AdWords require 'xsd/qname' # {https://adwords.google.com/api/adwords/v3}getKeywordVariations class GetKeywordVariations @@schema_type = "getKeywordVariations" @@ -220,6 +221,7 @@ @@schema_ns = "https://adwords.google.com/api/adwords/v3" Broad = KeywordType.new("Broad") Exact = KeywordType.new("Exact") Phrase = KeywordType.new("Phrase") +end end