WebpageDescriptor

  • url - SOAP::SOAPString
  • title - SOAP::SOAPString
Methods
N
Attributes
[RW] url
[RW] title
Class Public methods
new(url = nil, title = nil)
# File lib/adwords4r/v200909/TargetingIdeaService.rb, line 1531
  def initialize(url = nil, title = nil)
    @url = url
    @title = title
  end