KeywordVariation

  • advertiserCompetitionScale - SOAP::SOAPInt
  • avgSearchVolume - SOAP::SOAPLong
  • language - SOAP::SOAPString
  • lastMonthSearchVolume - SOAP::SOAPLong
  • text - SOAP::SOAPString
Methods
N
Attributes
[RW] advertiserCompetitionScale
[RW] avgSearchVolume
[RW] language
[RW] lastMonthSearchVolume
[RW] text
Class Public methods
new(advertiserCompetitionScale = nil, avgSearchVolume = nil, language = nil, lastMonthSearchVolume = nil, text = nil)
# File lib/adwords4r/v13/KeywordToolService.rb, line 72
  def initialize(advertiserCompetitionScale = nil, avgSearchVolume = nil, language = nil, lastMonthSearchVolume = nil, text = nil)
    @advertiserCompetitionScale = advertiserCompetitionScale
    @avgSearchVolume = avgSearchVolume
    @language = language
    @lastMonthSearchVolume = lastMonthSearchVolume
    @text = text
  end