Class: AdWords::V200909::TargetingIdeaService::WebpageDescriptor

Inherits:
Object
  • Object
show all
Defined in:
lib/adwords4r/v200909/TargetingIdeaService.rb

Overview

WebpageDescriptor

  • url - SOAP::SOAPString

  • title - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(url = nil, title = nil) ⇒ WebpageDescriptor

Returns a new instance of WebpageDescriptor.



1230
1231
1232
1233
# File 'lib/adwords4r/v200909/TargetingIdeaService.rb', line 1230

def initialize(url = nil, title = nil)
  @url = url
  @title = title
end

Instance Attribute Details

#titleObject

Returns the value of attribute title.



1228
1229
1230
# File 'lib/adwords4r/v200909/TargetingIdeaService.rb', line 1228

def title
  @title
end

#urlObject

Returns the value of attribute url.



1227
1228
1229
# File 'lib/adwords4r/v200909/TargetingIdeaService.rb', line 1227

def url
  @url
end